Kurento示例错误

时间:2016-01-06 06:41:40

标签: java webrtc kurento

我正在尝试使用kureno的教程 http://doc-kurento.readthedocs.org/en/stable/tutorials/java/tutorial-1-helloworld.html

我按照本例中的步骤操作,如下文

git clone https://github.com/Kurento/kurento-tutorial-java.git
cd kurento-tutorial-java/kurento-hello-world
git checkout 6.2.1
mvn compile exec:java

它被编译并加载了网页,并且当它以远程流开始时显示本地流。这在控制台中显示错误。

  

来自服务器的错误消息:[KurentoClient]超时10000   从响应到请求等待的毫秒数   { “ID”:1133856, “方法”: “创建”, “PARAMS”:{ “类型”: “MediaPipeline”, “constructorParams”:{}}, “jsonrpc”: “2.0”}

1 个答案:

答案 0 :(得分:3)

使用此命令$netstat -ltnp,您知道kurento-server-6是否正在运行。如果是的话,你会得到这个

tcp6 0 0 ::: 8888 ::: * LISTEN -

git clone https://github.com/Kurento/kurento-tutorial-java.git
cd kurento-tutorial-java/kurento-hello-world
git checkout 6.2.1
mvn compile exec:java

你是否支持任何代理或网络?我试过这个例子,它适合我。