欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Java - WebRTC 有趣的帽子(三)

程序员文章站 2022-07-14 20:37:51
...

要启动应用程序,您需要克隆托管此演示的GitHub项目

git clone https://github.com/Kurento/kurento-tutorial-java.git

然后进入项目

cd kurento-tutorial-java/kurento-magic-mirror

启动KMS

sudo service kurento-media-server start
git checkout 6.7.1

运行示例

mvn compile exec:java

客户端使用浏览器(Chrome,Firefox)打开URL https:// localhost:8443 /

Java - WebRTC 有趣的帽子(三)

注意:帽子URL由应用程序服务器提供并由KMS使用。该逻辑假设应用程序服务器托管在本地(localhost)中,并且默认情况下,该帽子URL是:

https://localhost:8443/img/mario-wings.png

如果您的应用程序服务器位于不同的主机中,则可以通过配置参数轻松更改它app.server.url,例如:

mvn compile exec:java -Dapp.server.url=https://app_server_host:app_server_port