java - Kurento not working on another machine -


i'm new kurento. want test hello world example. followed instructions official website, , working correctly locally. tried other kurento projects no problem.

however, when try browse page different machine (vm or laptop) on same lan, remote stream not showing.

this written on documentation website: these instructions work if kurento media server , running in same machine tutorial. however, possible connect remote kms in other machine, adding flag kms.url jvm executing demo. we’ll using maven, should execute following command

mvn compile exec:java -dkms.url=ws://kms_host:kms_port/kurento 

i tried using command this:

mvn compile exec:java -dkms.url=ws://127.0.0.1:8888/kurento 

still no chance.

as log, browser displays following , hangs:

page loaded ... starting video call ... creating webrtcpeer , generating local sdp offer ... spec: {"audio":true,"video":{"width":640,"framerate":15}} ff37: {"audio":true,"video":{"advanced":[{"width":{"min":640,"max":640}},{"framerate":{"min":15,"max":15}}]}} 

any appreciated.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -