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

vmix推流到SRS轻量服务器,错误日志如下: ``` docker logs -f srs-server|grep t33g4163 03:33:29.679184/srs*E:SRT.d: SND-DROPPED 4 packets - lost delaying for 1022ms 03:35:23.059938/SRT:RcvQ:worker*E:SRT.c: IPE: ACK node overwritten when acknowledging 1162 (ack extracted: 1004308388) 03:36:52.965435/SRT:RcvQ:worker*E:SRT.c: IPE: ACK...

SRT

**Description**' Please ensure that the markdown structure is maintained. > Please describe the issue you encountered here. ' Make sure to maintain the markdown structure. When the http_api listening IP...

TransByAI

## Remark 多线程准备暂时先放一放,虽然ST支持多线程已经改造得差不多了,RTC多线程部分也改造得差不多了,但是有几个因素让我觉得应该再好好思考下,是否多线程是目前必须要实现的。 首先,多线程分支在srs仓库删除了,在我的仓库还有保留[feature/threads](https://github.com/winlinvip/srs/tree/feature/threads),主要包括以下提交: * [ST: Simplify it, only Linux/Darwin, epoll/kqueue, single process](https://github.com/winlinvip/srs/commit/b1bc4dd245b933b31910cfac445a984287417c14) 简化ST,只支持有限的平台。 * [ST: Support thread-local state-threads](https://github.com/winlinvip/srs/commit/9404a56be576f14499dc260f0c215b97b10a1a5b) 优化ST,支持多线程。 * [Threads: Support Hybrid+API+LOG threads](https://github.com/winlinvip/srs/commit/2a10f978cabaa76517aa890cd1f8cd8fd961afc9) 改造SRS支持多线程。 * [Threads: Remove reload...

Enhancement
Discussion

> Note: Before asking a question, please read the FAQ (Please read FAQ before filing an issue) https://github.com/ossrs/srs/issues/2716 **Description** > Please describe your issue here > 1. SRS version: `4.0.205`...

Bug
WebRTC
TransByAI

> 注意:不提供以下信息的Issue会被直接删除(Please follow issue template, or we will delete it) > 注意:咨询和讨论请提交到SRS星球(Please ask question at) http://bbs.ossrs.net **描述(Description)** 用浏览器通过rtc sdk推流,视频分辨率是1280*720,rtmp或flv播放卡顿严重,几乎无法播放,但是用rtc播放却很流畅,如果把视频分辨率降低到640*480能够正常播放,但是也会偶尔卡顿,请问是配置有什么问题吗?目前rtc推流的视频分辨率有限制吗? > 描述你遇到了什么问题(Please description your issue here) rtmp和flv无法正常播放 1. SRS版本(Version): `4.0177` 1....

Bug
WebRTC

**描述(Description)** 1. SRS版本(Version): `4.0` 1. SRS的日志如下(Log): ``` [2022-02-21 02:16:20.381][Trace][1][5n0z5y32] DTLS: State Passive RECV, done=0, arq=0/0, r0=1, r1=0, len=155, cnt=22, size=142, hs=1 [2022-02-21 02:16:20.384][Trace][1][5n0z5y32] DTLS: State Passive SEND, done=0, arq=0/0, r0=-1,...

WebRTC

**描述(Description)** > 描述你遇到了什么问题 用户点播视频,PC端使用WebRtc播放,当用户关闭视频后,云服务器利用回调函数,主动踢掉用户播放的视频流,该过程进行十几次后,云服务器的CPU一直处于98%的状态,即使没有任何推流操作,cpu也无法得到释放。 1. SRS版本(Version): `v 4.0.198` **重现(Replay)** > 重现Bug的步骤(How to replay bug?) 1. `本地推流到SRS云服务器` 2. `PC端成功播放视频后,主动关闭视频,云服务器使用回调函数,进行主动踢流` 3. `重复十几次后,CPU处于98%的状态` **期望行为(Expect)** > 描述你期望发生的事情(Please describe your expectation) 频繁推流、拉流、踢流后,cpu处于正常状态

API
good first issue

发现一个有意思的bug,可以重现: 0. docker启动SRS,挂载本地目录到objs/nginx/html。 1. 推3Mbps左右码流到SRS。 2. 开启HLS,以及on_hls回调。 3. 会导致回调失败。 尝试: 1. 降低码率,用avatar那个没问题。 2. 不挂载docker目录,没问题。 错误日志: ``` [2022-02-21 08:43:32.028][Warn][1][5l519ny1][62] ignore task failed code=1018 : callback on_hls http://mgmt.srs.local:2022/terraform/v1/hooks/srs/hls : http: post http://mgmt.srs.local:2022/terraform/v1/hooks/srs/hls...

Bug

分流hls,会出现ts切片顺序不对 1. SRS版本(Version): srs5.0 1. SRS的日志如下(Log): ![image](https://user-images.githubusercontent.com/98447298/154231448-5c2a3b84-e799-4854-bff7-cf115a68c914.png) 1. SRS的配置如下(Config): ![image](https://user-images.githubusercontent.com/98447298/154231796-e40e0290-b3ce-4811-a180-f39e65b9eb96.png) **重现(Replay)** > 重现Bug的步骤(How to replay bug?) 1. 使用苹果手机ios15系统播放.m3u8 **期望行为(Expect)** > 描述你期望发生的事情(Please describe your expectation)

> 注意:不提供以下信息的Issue会被直接删除(Please follow issue template, or we will delete it) > 注意:咨询和讨论请提交到SRS星球(Please ask question at) http://bbs.ossrs.net **描述(Description)** > 描述你遇到了什么问题(Please description your issue here) 1. SRS版本(Version): `4.0.178` 1. SRS的日志如下(Log): ``` xxxxxxxxxxxx...

Bug
WebRTC
Won't fix