lynckia / licode

Open Source Communication Provider based on WebRTC and Cloud technologies
http://lynckia.com/licode
MIT License
3.1k stars 1.01k forks source link

How to test Licode working #289

Open qdog988 opened 9 years ago

qdog988 commented 9 years ago

Hi I have installed Licode on My ubuntu 14.04 at home according to the Installation of Licode,I have problems when I try to communicate between my ubuntu desktop and my android phone,but all of them can see the local video,and when I use getUsers/:roomID to check,I saw two users the the room. so I want to know How to see each other at local nectwork by the Licode

thanks

hanumesh commented 9 years ago

If your using chrome then type the following in the url : chrome://webrtc-internals/

  1. you will have detailed local SDP and remote sdp . Analyse yourself and you can rectify
  2. chrome://webrtc-logs/ ( this has logs )
qdog988 commented 9 years ago

but how about firefox?

lodoyun commented 9 years ago

In firefox you have about:webrtc Anyway, that looks like there is something wrong with the installation, you should take a look at the logs both on the clients(browser console) and the server.

qdog988 commented 9 years ago

http://192.168.0.144:3001/getUsers/552f3b1804787c053b1402c3 the result is [{"name":"s1","role":"presenter","permissions":{"publish":true,"subscribe":true,"record":true}},{"name":"m7","role":"presenter","permissions":{"publish":true,"subscribe":true,"record":true}}]

s1 is from my ubuntu desktop and M7 is my android phone but I can't see video of android phone from ubuntu

qdog988 commented 9 years ago

in firefox I fount this CE(PC:1429691605500645 (id=28 url=http://192.168.0.144:3001/)): No STUN servers specified ICE(PC:1429691605500645 (id=28 url=http://192.168.0.144:3001/)): No TURN servers specified

is this?how to resolve

qdog988 commented 9 years ago

STUN-CLIENT(srflx(IP4:192.168.0.144:40661/UDP|stun.l.google.com:19302)): Timed out

any others?

qdog988 commented 9 years ago

it is successful at my localwork But now I have another problems: 1.does srtp in Licode work? and how? 2.how to use a public stun server for Licode users?just replace the original stun server setup in licode_config.js?