MouMou / EWP

MIT License
53 stars 48 forks source link

cannot make Chrome for Android work with it #4

Closed yl-huawei closed 10 years ago

yl-huawei commented 10 years ago

I can make Chromium on Ubuntu work with this server. Thanks for the efforts! Well done!

However, I cannot make it work on Android phone. It can load the page, but seems it cannot connect to the websocket port (hosted by node.js). (Chrome on the phone definitely supports webrtc and it works with other webrtc demos.)

I've changed "localhost" to the LAN IP (192.168..) of the Desktop PC in both index.php and webrtc.js, and Chromium still works with both localhost and the IP.

Help needed!