srs icon indicating copy to clipboard operation
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.

Results 391 srs issues
Sort by recently updated
recently updated
newest added

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...

SRT
EnglishNative

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]...

SRT
EnglishNative

**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:...

WebRTC
EnglishNative

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`

TransByAI

**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;...

TransByAI

Destroy session when SIP connection is disconnected

EnglishNative

**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 :...

FFmpeg
EnglishNative

**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**...

API
good first issue
help wanted
TransByAI

**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...

Feature
TransByAI