Kurento安装与入门04——WebRTC magic mirror
WebRTC magic mirror
本示例扩展于Hello World Tutorial,在基础的WebRTC 回放中添加了媒体处理。
首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了)
git clone https://github.com/Kurento/kurento-tutorial-java.git
进入目录,编译执行
cd kurento-tutorial-java/kurento-magic-mirror git checkout 6.6.0 mvn clean compile exec:java
然后在浏览器中打开 https://localhost:8443/,如果是虚拟机安装的话可以在物理机中打开https://虚拟机IP地址:8443/ 。浏览器要求支持WebRTC 功能,Chrome, Firefox都是支持的。
成功运行应该看到这样的画面:
另外滤镜显示的卡通图像是允许自定义的,默认的地址是
https://localhost:8443/img/mario-wings.png
如果需要自己指定,在运行程序的时候加上参数app.server.url ,如
mvn compile exec:java -Dapp.server.url=https://app_server_host:app_server_port
相关推荐
zhuiyuanqingya 2020-03-27
GimmeS 2020-02-18
yunjinwang 2020-02-09
biaobro 2020-01-11
yunjinwang 2019-12-09
yunjinwang 2013-07-09
zhuiyuanqingya 2019-11-16
TopsLuo 2019-11-16
sapliang 2019-11-10
yunjinwang 2014-06-04
biaobro 2019-11-04
neteaseim 2019-11-04
neteaseim 2019-11-03
leodengzx 2019-10-25
zhuiyuanqingya 2019-10-23
biaobro 2015-08-27
zhuiyuanqingya 2019-09-08
铁锚的CSDN 2019-09-08
zhuiyuanqingya 2013-11-08