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.
**Describe the bug** Hi, I think I found another issue where ffmpeg is crashing when the video is completed similar to this issue: https://github.com/ossrs/srs/issues/3803 After a video is played ffmpeg...
**Describe the bug** Normally, users should access the WHIP API using HTTP POST. But sometimes, users might habitually paste the WHIP API into the browser to access it. In this...
**Describe the bug** After shutting down the gb28181 stream, the service is not working properly and can't stream again. However, calling the API is still functioning normally. **Version** 5.0.26 **log**...
2001:0:2851:782c:2844:21a5:9018:8ca is the IPv6 address for the network card (I've removed the hook/Tencent Cloud). [2023-10-14 16:50:15.567][ERROR][153][707y61w3][11] SIP: Receive err code=3007(HttpParseUrl)(HTTP parse url failed) : parse message : set url=sip:34020000002000000001@3402000000, jsonp=0...
> Note: Please read FAQ before file an issue, see #2716 ## Description Please description your issue here 1. SRS Version: docker 5 24b631a4ec00 (latest branch 5 image available) 2....
Identified a suspected SRS issue: 1. SRS's HLS slicing has generated an extremely large TS file, 100-200G 2. In our cluster, this has happened twice this year 3. Version: SRS/4.0.247(Leo)...
## Description Please description your issue here 1. SRS Version: 5.0, 6.0 ## Replay Please describe how to replay the bug? Step 1: Run SRS ``` ./objs/srs -c conf/console.conf ```...
**Describe the bug** In trunk/src/app/srs_app_rtc_dtls.cpp: 159, calling [SSL_CTX_set_cipher_list](https://github.com/ossrs/srs/blob/develop/trunk/src/app/srs_app_rtc_dtls.cpp#L159) without checking the parameter 1 might cause a null dereference. **Version** master **Expected behavior** It's better to add a check before using...
In the scenario of SRS edge returning to the source station, if the number of returns exceeds the maximum number of connections at the source station for a period of...
Filter normal read and write errors, for ignore or reduce `srs_clients_errs_total` some disconnect events. ```bash curl http://127.0.0.1:9972/metrics ``` ```bash # HELP srs_node_uname_info Labeled system information as provided by the uname...