screego / server

screen sharing for developers https://screego.net/
https://app.screego.net
GNU General Public License v3.0
7.65k stars 553 forks source link

WSS different port #200

Open idanless opened 1 week ago

idanless commented 1 week ago

Hi

need a help

I bind the Nginx Proxy Manager wss://url:8443/stream when if not port 443 I have an issue with the stream not responding how can allow another port? (if I use port 443 all works)

jmattheis commented 1 week ago

Explain what you are trying to achieve. I don't understand what you mean.

idanless commented 1 week ago

I cannot open 443 from the router is already used so i open 8433 now the port use from WAN is 8433 -> 8443 Nginx {ssl}-> http screego i see error my chrome on WSS ( now I what I did i changed the ngnix be 443 -> http screego (test by LAN all works) this means something not working when this is not 443

note: we are taking when you try to create a room before the stream if you want i can give a screenshot or you can change the ngnix to be a listener to 8443 or any port, not 443 to see the issue (also by lan) https://lanipbindngnix:8443/

jmattheis commented 6 days ago

What's the error you are experiencing? What does stream not responding mean? What does screego log when the error occurs? Any log in the browser console?

idanless commented 6 days ago

basically timeout

image image

as I said when this 443 (ngnix side) all works .. when isn't 443 the the issue appears

jmattheis commented 5 days ago

Could you enable debug logging by setting the environment variable SCREEGO_LOG_LEVEL to debug. Then restart screego, trigger the error and paste the log output here.