You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the dockerized version of MediaMTX with the config mediamtx.yml mounted from my laptop through a volume. When I change the config file, MediaMTX doesn't reload to take into account the changes as described in #109
Describe how to replicate the issue
docker run --rm -v ./mediamtx.yml:/mediamtx.yml bluenviron/mediamtx:latest-ffmpeg
Edit mediamtx.yml
Nothing is loaded without restarting the container
It also doesn't work without mounting the config file and just editing the file with vim from the inside of the container.
Did you attach the server logs?
2024/07/11 09:57:41 INF MediaMTX v1.8.2
2024/07/11 09:57:41 INF configuration loaded from /mediamtx.yml
2024/07/11 09:57:41 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2024/07/11 09:57:41 INF [RTMP] listener opened on :1935
2024/07/11 09:57:41 INF [HLS] listener opened on :8888
2024/07/11 09:57:41 INF [WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP)
2024/07/11 09:57:41 INF [SRT] listener opened on :8890 (UDP)
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered:
Which version are you using?
v1.8.2
Which operating system are you using?
Describe the issue
I'm using the dockerized version of MediaMTX with the config
mediamtx.yml
mounted from my laptop through a volume. When I change the config file, MediaMTX doesn't reload to take into account the changes as described in #109Describe how to replicate the issue
docker run --rm -v ./mediamtx.yml:/mediamtx.yml bluenviron/mediamtx:latest-ffmpeg
It also doesn't work without mounting the config file and just editing the file with vim from the inside of the container.
Did you attach the server logs?
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: