我正在尝试使用http://doc-kurento.readthedocs.org/en/stable/tutorials/java/tutorial-1-helloworld.html的kureno教程
我遵循下面的步骤,如下所示
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启动,在控制台中显示了一个错误。
来自服务器的错误消息:从响应到请求{"id":1133856,“方法”:“创建”,"params":{"type":"MediaPipeline",“constructorParams”:{},"jsonrpc":"2.0"},等待10000毫秒的超时。
发布于 2016-01-08 06:37:47
使用此命令$netstat -ltnp,您可以知道kurento 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你是否支持任何代理或网络?我试过这个例子,它对我有用。
https://stackoverflow.com/questions/34627136
复制相似问题