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

Modify build to allow RTMPS Configuration #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Robert-litts
Copy link

With RTMP being an unencrypted protocol, a few minor modification to the nginx.conf file can be completed to transition to RTMPS (RTMP wrapped in a TLS session). Since this uses the stream/stream_ssl_module, these modules need to be added to the nginx build.

This PR aims to accomplish:

  1. Update the nginx build process to include stream & stream_ssl_module
  2. Update the README.md to show how the nginx.conf can be modified to use SSL certificates to wrap the RTMP stream in a TLS session on port 1935, and then use a proxy pass to backend listening on port 1936.

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

Successfully merging this pull request may close these issues.

1 participant