tiangolo / nginx-rtmp-docker

Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
MIT License
1.14k stars 363 forks source link

RTMPS support #7

Closed peterhavener closed 4 years ago

peterhavener commented 5 years ago

Facebook has depricated RTMP and is forcing RTMPS now. Would it be possible to add support for RTMPS?

tiangolo commented 5 years ago

I think you should be able to create a custom Dockerfile and install stunnel4 in it. And then follow a guide like this one, that uses the same nginx-rtmp plugin: https://dev.to/lax/rtmps-relay-with-stunnel-12d3

github-actions[bot] commented 4 years ago

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.