Remote RTSP Camera
Find a file
2024-09-08 02:22:18 +02:00
.vscode fix 2024-09-08 02:22:18 +02:00
service fix 2024-09-08 02:22:18 +02:00
.gitignore init 2024-09-06 13:58:08 +02:00
deploy.yml fix 2024-09-08 02:22:18 +02:00
mediamtx.yml.j2 init 2024-09-06 13:58:08 +02:00
README.md init 2024-09-06 13:58:08 +02:00

RCam

This repo lets you automatically setup a host as an IP Camera.

Setup

Generate certs for encryption:

openssl genrsa -out server.key 2048
openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650

Run ansible-playbook deploy.yml -i <IP>, -l <IP>.

The playbook will asks you for the following:

  • user - The local user on the host
  • rtsp_user - RTSP Authentication
  • rtsp_pass - RTSP Authentication
  • video_device - The video device to broadcast (e.g /dev/video0)