Skip to content

metartc/metaScreenshare

Repository files navigation

metaScreenshare

An open-source webRTC remote desktop application

Feature

  • P2P通信

  • 无显示器应用场景

  • 浏览器/客户端等webRTC终端访问

Signaling Server

mqtt:[mosquitto download](Download | Eclipse Mosquitto)

coturn:download

docs

开源远控软件metaScreenshare8编程指南-CSDN博客

config file

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

html demo

screenshare8_html/index_mqtt.html

screenshare8_html/index_mqtt_full.html

About

An open-source webRTC remote desktop application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published