add mediamtx

This commit is contained in:
2026-04-27 14:12:30 +00:00
parent 1f713b6887
commit b978a83ec8
3 changed files with 104 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
mediamtx:
image: bluenviron/mediamtx:1-ffmpeg
container_name: mediamtx
ports:
- 9997:9997/tcp
- 8554:8554/tcp
- 8889:8889/tcp
- 8189:8189/udp
volumes:
- ./mediamtx.yml:/mediamtx.yml
- ./recordings:/recordings
restart: unless-stopped