pchab / ProjectRTC

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

How do i get the connected users id from nodeJS? Any help documents available for call server methods... #26

Open Bala206 opened 8 years ago

Bala206 commented 8 years ago

Any help documents available for call server methods...

pouracc commented 8 years ago

You can get via http request: http://< server_ip >:< port >/streams.json

Bala206 commented 8 years ago

AndroidRuntime: FATAL EXCEPTION: EventThread

java.lang.NullPointerException at org.webrtc.PeerConnection.addStream(PeerConnection.java:148) at fr.pchab.webrtcclient.WebRtcClient$MessageHandler$1. call(WebRtcClient.java:154)

When call from other android mobile APP CRASH. HOW TO FIX IT?

On Tue, Dec 29, 2015 at 12:03 PM, pouracc notifications@github.com wrote:

You can get via http request: http://:/streams.json

— Reply to this email directly or view it on GitHub https://github.com/pchab/ProjectRTC/issues/26#issuecomment-167730151.

Bala206 commented 8 years ago

In streams list Random unique id returned.Which file contain this? Which is base for RandomId generation?

help me?