# metaScreenshare **Repository Path**: metartc/metaScreenshare ## Basic Information - **Project Name**: metaScreenshare - **Description**: metaScreenshare8是基于metaRTC8.0的类似于向日葵/todesk等的开源远程控制软件 - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2025-04-15 - **Last Updated**: 2025-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # metaScreenshare An open-source webRTC remote desktop application # Feature - P2P通信 - 无显示器应用场景 - 浏览器/客户端等webRTC终端访问 # Signaling Server mqtt:[mosquitto download]([Download | Eclipse Mosquitto](https://mosquitto.org/download/)) coturn:[download](https://github.com/coturn/coturn) # docs [开源远控软件metaScreenshare8编程指南-CSDN博客](https://blog.csdn.net/m0_56595685/article/details/147259162) # 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