Added mediamtx instead of simple-rtsp-server
This commit is contained in:
parent
421af4bfb4
commit
2df72d77a8
3 changed files with 9 additions and 1 deletions
|
@ -29,7 +29,7 @@ cameras:
|
|||
fps: 24
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://localhost:554/mystream
|
||||
- path: rtsp://piserver.local:8554/cam
|
||||
roles:
|
||||
- detect
|
||||
motion:
|
||||
|
|
4
mediamtx/docker-compose.yaml
Normal file
4
mediamtx/docker-compose.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
mediamtx:
|
||||
image: bluenviron/mediamtx:latest-ffmpeg
|
||||
network_mode: host
|
4
mediamtx/rpi/docker-compose.yaml
Normal file
4
mediamtx/rpi/docker-compose.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
mediamtx:
|
||||
image: bluenviron/mediamtx:latest-ffmpeg-rpi
|
||||
network_mode: host
|
Loading…
Reference in a new issue