An open-source webRTC remote desktop application
-
P2P通信
-
无显示器应用场景
-
浏览器/客户端等webRTC终端访问
mqtt:[mosquitto download](Download | Eclipse Mosquitto)
coturn:download
开源远控软件metaScreenshare8编程指南-CSDN博客
desktop_config.ini
[video]
videoEncHwType=0
[rtc]
iceTransportPolicy=0
iceCandidateType=2
iceServerPort=3478 //coturn port
iceServerIP=192.168.0.104 //coturn IP
iceUserName=metartc //turn username
icePassword=metartc //turn password
[sys]
enableLogFile=1
logLevel=5
[mqtt]
enableMqttTls=0
mqttPort=1883 //mqtt port
mqttServerIP=192.168.0.104 //mqtt IP
maxReconnectTimes=1000
reconnectIntervalTime=1000
screenshare8_html/index_mqtt.html
screenshare8_html/index_mqtt_full.html