Skip to content
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

Conflict Between Nginx RTMP Module and LiveGo Service on Port 1935 #243

Open
strange-go opened this issue Dec 8, 2024 · 0 comments
Open

Comments

@strange-go
Copy link

I am trying to configure Nginx with the RTMP module to handle RTMP URLs like the following:

rtmp://domain.com/live/dsd
instead of
rtmp://13.112.111.11/live/dsd

However, I already have LiveGo running on port 1935 for RTMP streaming, and the Nginx RTMP module also binds to port 1935 by default. This creates a port conflict between the two services.

My Questions:

  1. Can Nginx's RTMP module be configured to avoid opening port 1935 while still allowing RTMP URL routing via a reverse proxy?
  2. Is there an alternative way to configure Nginx for RTMP proxying without the RTMP module?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant