How to use EasyScreenLive, the same-screen function component of TSINGSEE, to push streaming to Tencent Cloud Live via SDK?

EasyScreenLive is a same-screen functional component that integrates collection, encoding, multicast, streaming, and streaming RTSP services. It has the characteristics of low latency, high performance, and low packet loss. Currently, this component only supports Windows and Android platforms.

screenlive.png

In the EasyScreenLive demo program, some users have the need to push the video stream to Tencent Cloud for live broadcast. However, the rtmp push stream address given by Tencent Cloud does not have a port, resulting in the EasyScreenLive program port cannot be filled in correctly.

76.png

The EasyScreenLive demo can actually be pushed to Tencent Cloud for live streaming, because EasyScreenLive supports rtsp and rtmp streaming. Therefore, we found that rtmp has a default port from the Internet, so we conducted a rtmp default port number test.

rtmp default port: 1935

The picture below is the URL of Tencent Cloud's rtmp streaming:

77.png

The way to solve this problem is to fill in the program marked in red into the RTMP column in the EasyScreenLive demo.

78.png

RTMPPush IP: Fill in the first red label
Port: 1935
Stream: Fill in the second red label

The ease of use of EasyScreenLive is mainly reflected in the call of its interface. Developers only need to simply call a few interfaces to meet the needs of enterprise-level applications, easily and stably push the streaming audio and video data RTMP to the EasyDSS server and release RTSPServer service.

107.png

Guess you like

Origin blog.csdn.net/TsingSee/article/details/115353877