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

When transcoding, if the output is set as "rtmp://127.0.0.1:[port]/[app]/[stream]_[engine]?vhost=[vhost]", the source ip is "127.0.0.1", then it will cause repeated transcoding on the same server and the program crash. For example:...

TransByAI

- The current version of SRS does not support average frame rate statistics for downstream pulling of edge nodes in origin-edge mode. This PR adds this functionality for (downstream pulling...

TransByAI

The namespace `std` is imported to `srs_app_utility.cpp`, but the `string` declaration is not inconsistent, some part use `std::string`, while other part use `string`. And also the `::getenv()`, makes me confused...

EnglishNative

The word `coroutine` is misspelled in `trunk/src/app/srs_app_st.hpp`.

EnglishNative

support sctp data channel, ~add page /players/rtc_datachannel.html~

TransByAI

Currently, SRS does not support WebRTC data channel. If a client requests to establish a data channel connection, it will cause an error in the browser. ``` Failed to set...

TransByAI

The PR is for https://github.com/ossrs/srs/issues/3468 support multitple srt_server,

TransByAI

When you push hevc stream by opening `rtmp_to_rtc on`, we'll return error tips for `WebRTC not support HEVC`. ### Publish RTMP HEVC ```log [2023-02-15 17:33:40.292][ERROR][26356][5e93kr4y][4] serve error code=5036(RtcCodec)(RTC not support...

TransByAI

**Describe the bug** A video chat webapp, using srs's js sdk. If 4, 5 or more people do tcp publish and play, and someone may refresh page, the srs server...

EnglishNative

**Describe the bug** After cross-compiling, an error message "No such file or directory" occurs when running in the /system/bin directory on the Android system, but this issue does not exist...

TransByAI