Open atomiccoder45 opened 4 months ago
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. Proxying with a Docker container hosting a Node.js proxy server. Both are in the same network, and proxying is done via TCP port. It often shows a black screen but sometimes works.
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