SRS
Simple and efficient real-time video server
SRS is mainly used in live broadcast and WebRTC fields. In the field of live broadcasting, SRS supports typical protocols such as RTMP, HLS, SRT, MPEG-DASH and HTTP-FLV. In the field of WebRTC, SRS supports protocols such as WebRTC, WHIP, and WHEP. SRS can implement protocol conversion for live broadcast and WebRTC. As a media server, SRS typically works with other open source projects such as FFmpeg, OBS, and WebRTC. use method Use FFmpeg(click to download) or OBS(click to download) to push streams: ffmpeg -re -i ./ doc/source.flv -c copy -f flv rtmp://domain name of the device/live/livestream Open the following page to play the stream (if the SRS is not on this machine, please change localhost to the server domain name): RTMP (by VLC): rtmp://domain name of the device/live/livestream H5(HTTP-FLV): https://device domain name/live/livestream.flv H5(HLS): http://device domain name/live/livestream.m3u8


