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.
We have a use-case whereby we would like to have 2 SRS servers sitting on different hypervisors in our network with a keepalived VRRP VIP failing over between the two...
Hi, We are using SRT to RTMP and seeing this in the logs. It does not seem to be affecting the live stream. **Describe the bug** thread [238404][76509208]: decode() [./src/kernel/srs_kernel_ts.cpp:261][errno=11]...
**Describe the bug** When video: false, audio: true is specified in WHEP, the WARNING log of notrack continues to be output **Version** SRS/6.0.101(Hang) **To Reproduce** Steps to reproduce the behavior:...
Support external signaling service, SRS only acts as a media server. Simply push RTP directly. for https://github.com/ossrs/srs/issues/3369 --------- `TRANS_BY_GPT3`
**Describe the bug** The first frame of WebRTC to RTMP conversion is very slow **Version** 5.0 **To Reproduce** Steps to reproduce the behavior: srs.conf ``` conf listen 1935; max_connections 1000;...
Destroy session when SIP connection is disconnected
**Describe the bug** use ffmpeg push rtsp stream of hevc format to srs server , the log show : **"serve error code=3099(HevcDecode)(HEVC decode av stream failed) : service cycle :...
**Describe the bug** The parameters carried by the "on_publish" and "on_unpublish" events of the HTTP callback will be repeated when the callback is triggered. **Version** docker ossrs/srs:5 SRS/5.0.205 **To Reproduce**...
**What is the business background? Please provide a description.** Assuming the same data stream, I need to expose FLV and RTMP to the client. For example, if I push /live/123456...