-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
Black Screen Issues while using private docker container behind a nodejs proxy server #401
Comments
Check out troubleshooting guide: https://neko.m1k1o.net/#/getting-started/troubleshooting |
Hi @m1k1o tried this solutions but it is not working, I am following below way for my approach Creating Docker containers without exposing them. |
You must have your ports (UDP and/or TCP) available from outside. If you want "proxy for webrtc" then you need Turn servers. https://neko.m1k1o.net/#/getting-started/?id=using-turn-servers-instead-of-port-forwarding |
Hi, I have used google stun server like below: NEKO_ICE_SERVERS='[{"urls": ["stun:stun4.l.google.com:19302"]}]' still it says peer connection state failed in logs and show it as a black screen |
Stun server is only to discover your peer's IP. There is no data flow, ports still needs to be accessible. You need Turn servers. Either own or paid service. |
Hi, I have tried couple of turn servers, but it sometimes suddenly peer gets disconnected and screen turns black |
When url reloads websocket connection of neko chrome gets disconnected |
It should be reconnected. Try setting higher read and write timeout on your proxy. To at least 60sec. |
tried it still whenever it has a reload it appears to be a black screen |
@m1k1o Hi, we are having a big release, appreciate a quick support from you to solve this issue |
If you would like to have priority support with immediate help tailored to your needs, please take a look at the sponsors dashboard: |
Hi, I have sponsored you, please check the dashboard, and please support us with immediate basis |
Hi. Still didn't receive anything. Could you join the discord and write me DM or write me on the contact address that you received after you sponsored me. So that i can get directly in touch with you and resolve your issue immediately. |
Hi yes how can i join you on discord |
I have messaged you in the chat |
Hi @m1k1o, please dedicate some time of your time for a call, we can connect and you can help me to close this issue |
Black Screen Issues while using private docker container behind a nodejs proxy server
The text was updated successfully, but these errors were encountered: