pchab / ProjectRTC

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

how can my andriod phone connet to the node js server on my system. #10

Closed akaelfty38 closed 9 years ago

akaelfty38 commented 9 years ago

pls how can my andriod phone connet to the node js server on my system.and also the andriod app always open blank.

pchab commented 9 years ago

See AndroidRTC issue#34. If nothing happen when you open the AndroidRTC app, it usually means that it could not connect to the server. You need to change the address in strings.xml to the IP of your ProjectRTC server (obviously localhost won't work). The fastest way to test it is to try it with the android chrome browser. If you can reach the server with chrome, the androidRTC app should too.

akaelfty38 commented 9 years ago

thanks works fine now

Dildarkhan commented 5 years ago

If you want to connect android app to local host, updated your android app string file as follows to specify local host ip and port no.

IP Address : 10.0.2.2 Port No: 3000

Try for this. Thanks