Hi,
I have a working nomad consul traefik setup and i want to get rtmp to work,
i tried to add this to the app job
"traefik.tcp.routers.rtmpcast.rule=HostSNI(`*`)",
"traefik.tcp.routers.rtmpcast.entrypoints=rtmp",
"traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935",
And my traefik job has the endpoints
[entryPoints.rtmp]
address = ":1935"
But still my setup doesnt react.
Does anyone have an idea where the problem can be?