-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Create a docker image and upload to Docker Hub #16
Comments
I don't know why but I've tried this and some other rtsp servers with docker containers and none of them worked really... My host system is Windows so I tried WSL2 docker and docker on ubuntu server and none of them worked well (they do connect but stream fails before first frame seen). The same time all of them hosted without docker works just fine (even on WSL). I also tried --network=host with no luck. |
Hello, hosting a RTSP server inside a Docker container is problematic since Docker can, in certain situations, change the source port of UDP packets, making RTSP-via-UDP unreliable, since UDP packets are identified and routed by a RTSP server by looking at their source IP and port. There are two ways to solve the problem:
Anyway, a docker image for rtsp-simple-server is on its way. |
Docker images are ready and available at |
This issue is being locked automatically because it has been closed for more than 6 months. |
Hi,
This is a really good project and I think a lot of us would love to use it using docker.
Can you please create a docker image and upload it to docker hub?
Thank you!
The text was updated successfully, but these errors were encountered: