Mediamtx behind traefik + WebRTC #2310
-
Hello!
and I have this from the console:
I have the source:
everything is worked when i tested without the traefik.
I think i close some path back to the server, or need open a port. Maybe somebody can help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, you have to setup https://github.com/bluenviron/mediamtx#connectivity-issues Then the port specified in |
Beta Was this translation helpful? Give feedback.
-
@ignisVeneficus Can you share your updated docker compose file? Also trying to get this to work. For me, adding my server ip/domain to webrtcAdditionalHosts does't help. |
Beta Was this translation helpful? Give feedback.
Hello, you have to setup
webrtcICEHostNAT1To1IPs
andwebrtcICETCPMuxAddress
as described in the README:https://github.com/bluenviron/mediamtx#connectivity-issues
Then the port specified in
webrtcICETCPMuxAddress
has to be routed, through traefik, to the server.