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

!!! Before submitting a new bug report, please ensure you have searched for any existing bugs and utilized the `Ask AI` feature at https://ossrs.io or https://ossrs.net (for users in China)....

related to #4102 # Env mac os # How to reproduce the segment fault error? 1. `./objs/srs -c conf/rtmp2rtc.conf` 2. push a stream, use RTC in web browser. 3. send...

EnglishNative

The env conf overwrite is convenient and necessary for the container (docker & k8s) deployment. So this commit can let SRS support deployed as edge cluster by containers.

EnglishNative

I think it's neccessary for having current number of client in on_play/on_stop webhook body. I have service that start run ffmpeg to publish stream when have client start play. If...

The audio RTP packet receives in WebRTC publisher transcodes from OPUS to AAC directly when enabled rtc_to_rtmp option. But it may be out of order or arrive after retransmitting, so...

WebRTC
TransByAI

While streaming with an AMD GPU Encoder (AMD HW H.264) occasionally it comes to encoding errors. This leads to sound cracks and stream buffering. **Version** SRS:6 **To Reproduce** Steps to...

While streaming with an AV1 encoder the server crashes after some time ~5min. Using OBS there were a lot of warnings as well and the stream couldn't be played. Using...

WebRTC

**Describe the bug** two problem: 1. using vlc play srt stream, play fail and coredump 2. after coredump happen, can't start srs successfully. **Version** 5.0. **To Reproduce** Steps to reproduce...

**Describe the bug** In RTC3984, the **FU-A** format only explains the timing when the `S` flag and the `E` flag appear, so when there are both the S flag and...

WebRTC

**Describe the bug** RTSP is H265 dvr_plan=segment; does not take effect, it will generate only one mp4 file just like dvr_plan=session; BUT WHEN RTSP is H264 it works fine **Version**...