srs
srs copied to clipboard
SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
this pr is for #3701 **Main Changes** In srs_app_server.cpp, I have updated the following components: api_listener_ apis_listener_ http_listener_ https_listener_ These components have been replaced with SrsMultipleTcpListeners to enable support for...
`a=ssrc: msid: ` is missing in play answer due to not setting the msid for track, so audio and video tracks are not explicitly associated to the same stream, which...
Allow Env Var to control forwarding function.
Add HTTP server port input box to fix stream preview link error. Before: Screen capture from November 16, 2024, at 3:37:28 PM. After: Screen capture from November 16, 2024, at...
try to fix #4223 The `hls.hls_acodec` and `hls.hls_vcodec` seems meanless, can be removed. ## How to verify? 1. `objs/srs -c conf/hls.conf` 2. publish three kinds of streams: pure audio stream,...
@see https://github.com/ossrs/srs/issues/4220 try to resolve #4220 Not easy to reproduce this bug, but sent it to review anyway.
Relative to #4198 issue (limited clients/streams displayed on srs console). More than enaugh for most users. Maybe it would be more useful to define a variable in the conf file...