Added mediamtx instead of simple-rtsp-server

This commit is contained in:
Jesper Saastamoinen 2025-07-26 14:31:42 +02:00
parent 421af4bfb4
commit 2df72d77a8
3 changed files with 9 additions and 1 deletions

View file

@ -29,7 +29,7 @@ cameras:
fps: 24
ffmpeg:
inputs:
- path: rtsp://localhost:554/mystream
- path: rtsp://piserver.local:8554/cam
roles:
- detect
motion:

View file

@ -0,0 +1,4 @@
services:
mediamtx:
image: bluenviron/mediamtx:latest-ffmpeg
network_mode: host

View file

@ -0,0 +1,4 @@
services:
mediamtx:
image: bluenviron/mediamtx:latest-ffmpeg-rpi
network_mode: host