Kurento 示例错误

Kurento example error

我正在尝试 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

已编译并加载网页,本地流式传输是 showing.when 它从远程启动 stream.this 在控制台中显示错误。

Error message from server: [KurentoClient] Timeout of 10000 milliseconds waiting from response to request {"id":1133856,"method":"create","params":{"type":"MediaPipeline","constructorParams":{}},"jsonrpc":"2.0"}

使用这个命令 $netstat -ltnp,你知道 kurento-server-6 是否是 运行。如果是,你得到这个

tcp6 0 0 :::8888 :::* 听 -

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

您是否支持任何代理或网络?我试过这个例子,它对我有用。