pchab / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)
Other
1.04k stars 476 forks source link

Doesn't work when ported to public IP. Works on local host #6

Closed groversachin closed 9 years ago

groversachin commented 10 years ago

When project RTC is installed on public server node.js. Clients connect but the live streaming stops to function. Tried it on google stun. Created custom turn server with and without credentials (turnserver). Tried it on custom stun server (Stuntman).

azfarsiddiqui commented 9 years ago

@groversachin, I have run into a similar sort of issue. The streaming works fine if the peers are behind the same network. However, for peers behind different networks, streaming does not work and a black screen appears. Were you able to resolve it? I have also setup a turn server but the output is still the same.

azfarsiddiqui commented 9 years ago

@pchab, any clues about this?

pchab commented 9 years ago

I can't seem to reproduced this issue. You can test on my server (public ip http://ns37269.ip-91-121-3.eu:3000/)