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 have tried to used this project by deploying it inside a docker-container but so far, it simply does not work (what I'm doing here is forwarding the stream from ffmmpeg to the producer port). What has happened is that the client from outside (vlc in this case) seems to be able to connect to the consumer exposed port but then fails to get any data and closes soon after. This is not the case if I run the server normally without docker which is kinda not understandable.
Any help would be much appriciated.
The text was updated successfully, but these errors were encountered:
Hi @hnguyen48206 - I haven't updated this module in a long time, but are you able to provide your Dockerfile and your run command and I can try and help point you in the right direction?
Actually hold that thought - the reason this won't be working if you're using the docker -p option, is that this requires UDP directly too. UDP won't port forward into your container unless you set that up properly too, which I think you can - have a look at the docker docs and change your RTP port range to match what you forward into the container
Hi,
I have tried to used this project by deploying it inside a docker-container but so far, it simply does not work (what I'm doing here is forwarding the stream from ffmmpeg to the producer port). What has happened is that the client from outside (vlc in this case) seems to be able to connect to the consumer exposed port but then fails to get any data and closes soon after. This is not the case if I run the server normally without docker which is kinda not understandable.
Any help would be much appriciated.
The text was updated successfully, but these errors were encountered: