-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Portforwarding for Restreamers HTTPS #525
Comments
If your Restreamer is "behind" a NGINX (as described in https://docs.datarhei.com/restreamer/knowledge-base/user-guides/proxying#nginx), then you have to configure HTTPS in NGINX, not in Restreamer. How is your setup? |
Ok... i have add this to my nginx config. I use Ubuntu 20.4 with NGINX and the Certbot location /restreamer/ { But the site work not realy right. Stream is loading endless and i didnt can upload the stream via rtmps https://19a036f.online-server.cloud/restreamer/ When i install Ubuntu 20.04 new without any Web Servers and Tools. When yes i will start new... but first time i have do it, and nothing was working. :D And thnaks for the help and time! |
Thats my NGINX config on the Test Server:
|
Hey @BaluGamingTV @ioppermann my test: cat > default.conf <<EOF
server {
listen 80;
server_name _;
location /restreamer/ {
proxy_http_version 1.1;
proxy_pass http://demo.datarhei.com:80/;
proxy_redirect off;
}
}
EOF docker run -it --rm -p 80:80 -v $PWD/default.conf:/etc/nginx/conf.d/default.conf nginx Result Result We'll take a look at that soon. |
Hello @jstabenow and a good Day! i realy think its my fail.. not the frist server i bring up to smoke :D At moment i use the http variants but think, when https works, i will start a new website. Your Script is very good and make many posible, Also for non pros. I like it! Still wait for a fix 👯 |
Hey @BaluGamingTV :D
Thanks for pointing this out. Hope it works and your server stops smoking^^ |
I only installed it and it seems to be the same 👯♀️ https://19a036f.online-server.cloud/restreamer/ If u want, i can give u access to the server ;) |
Yes... i was not setup the playsite.... This is the Playersite whene open from the Settings: The HTTPS Version seems totaly suck with old settings from devs: How should i give you the login data ? :D |
Ähm, maybe a caching problem? Or do you run two instances of the Restreamer? |
Clarified in Discord 👍 |
Subject of the issue
I didnt get HTTPS to work with Restreamer.
I stuck on the Portforwarding so i didtn know wher i should forward it:
Do not forget to forward the public port for HTTPS: 443 to your internal Restreamer IP default port: 8181.
Don't forget to forward the public port for HTTP: 80 to your internal Restreamer IP default port: 8080
Wher should i do this? With UFW or in a config from NGINX.
Thanks for Help!
The text was updated successfully, but these errors were encountered: