-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
how to properly stream everything behind nginx proxy? #858
Comments
bump |
Please consult our guide on proxying: https://docs.datarhei.com/restreamer/knowledge-base/user-guides/proxying If you are running nginx in a Docker container separate from Restreamer, then you have to adjust the IP the |
That proxying doc isn't very good. I'm confused. It really only shows how to proxy 8080 which works fine for me. |
what is the 2nd block? I don't understand |
nginx is usually only proxying HTTP requests. The 2nd block is for proxying RTMP (port 1935) and SRT (port 6000 via UDP). |
can i modify routes at all? like I want stream to work off |
Yes, the route can be modified, e.g. |
so i still can't get this to work. I try to publish to rtmp url and it doesn't recognize it. |
The
where you have to adjust the IP to the IP where Restreamer is running. If it is running on the same box, the IP will be |
I am using docker and it appears to work but the nginx isn't setup properly for streaming (no data is coming through):
what else do i need to add?
The text was updated successfully, but these errors were encountered: