Educational classroom desktop same screen solution based on WebRTC technology

In the past, we made a desktop software EasyScreenLive:

Simple, efficient, and stable same-screen functional components that integrate collection, encoding, multicast, push streaming and streaming RTSP services, with low latency, high performance, and low packet loss. Currently, it supports Windows and Android platforms. Through EasyScreenLive, we can avoid the slightly complicated audio and video source collection, encoding and streaming media push and RTSP/RTP/RTCP/RTMP service processes, and only need to call a few API interfaces of EasyScreenLive, It can easily and stably push the streaming media audio and video data RTMP to the EasyDSS server and publish the RTSPServer service. The RTSP same-screen service supports both multicast and unicast modes.

The technical mode of EasyScreenLive uses RTSP unicast or multicast. Especially in the case of multicast, the requirements on the router are quite high. In the case of interference, UDP multicast will cause data packet loss. It will cause a series of blurring or freezing problems;

Recently, our team is studying WebRTC technology and found that if the advantages of WebRTC are applied to the traditional desktop same-screen field, wouldn’t it be a dimensionality reduction attack? Therefore, we have made research and improvements in this area and will soon release the WebRTC version. EasyScreenLive same-screen service, you can get our technical updates by following Github: https://github.com/tsingsee/EasyScreenLive

Guess you like

Origin blog.csdn.net/xiejiashu/article/details/115266481