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

Multistream #9

Open
x3r4n0 opened this issue Jun 20, 2023 · 3 comments
Open

Multistream #9

x3r4n0 opened this issue Jun 20, 2023 · 3 comments

Comments

@x3r4n0
Copy link

x3r4n0 commented Jun 20, 2023

Multistream possible to activate 2 Services? like Twitch and Kick?

@thiagoeolima
Copy link
Owner

Yes, it only adds as variables of each service.

docker run -it -p 1935:1935 -e TWITCH_URL="rtmp://<url>" -e TWITCH_KEY="<key>" -e KICK_KEY="<key>" thiagoeolima/nginx-rtmps

@x3r4n0
Copy link
Author

x3r4n0 commented Jun 21, 2023

ahhh perfect! thank you can u maybe add some security vars? like Auth-Key? if anyone knows the IP he can just streaming...

@successtheman
Copy link
Contributor

ahhh perfect! thank you can u maybe add some security vars? like Auth-Key? if anyone knows the IP he can just streaming...

Set up iptables rules to restrict the IP to only allow streams from a specific ip address or you can modify the container yourself to accept some sort of security var but I don't believe thiago is actively maintaining this he just accepts improvements if they seem reasonable (change IP and port since this one is intentionally invalid as it is an example)

iptables -A INPUT -p tcp --dport 1234 ! -s 256.256.256.256 -j DROP

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

3 participants