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

**Description(描述)** > SRS fails to handle SRT connection when stream originates from OBS Studio and the encoder is set to NVDIA NVENC H.264. Regular x264 encoder in OBS works fine....

SRT

SRS 5.0, after coverting SRT to RTMP, the streaming is stuttering/choppy/glitch. Replay: 1. Start SRS 5.0 by docker. v5.0.59 2. Publish to SRS by FFmpeg, source is `doc/source.flv`. 3. Play...

SRT

**描述(Description)** 1. SRS版本(Version): `4.0release` 1. SRS的日志如下(Log): ``` 无 ``` 1. SRS的配置如下(Config): 能更新: ``` inotify_auto_reload on; auto_reload_for_docker on; ``` 不能更新 ``` auto_reload_for_docker on; ``` **重现(Replay)** 1. 直接在ACK启动就可以 **期望行为(Expect)** srs_detect_docker好使。 # 分析:...

Enhancement
Kubernetes

## Ideas 连响: * BWE等拥塞控制算法。 * SVC,Simulcast。 * 多Track支持,可能和RTMP有一定冲突。 * 状态回调,比如WebRTC的getStats接口。 李超 * 拥塞控制算法:BWE,流控,带宽估计等,可以从WebRTC中挪过来。 * 协议支持,反馈的协议等。 * 作者对WebRTC跟进很快,了解很透,值得学习。 B神、志宏: * 拥塞控制可以用这个:[razor](https://github.com/yuanrongxi/razor) > [razor](https://github.com/yuanrongxi/razor)作者是袁荣喜大神,技术扎实,数据库和音视频方向都很牛逼的大神。 立新: * MediaSoup支持直接TCP推流,无TURN,参考 #2852

Discussion

``` SrsSource* source = SrsSource::fetch(req); if (!source) { if ((ret = SrsSource::create(req, server, server, &source)) != ERROR_SUCCESS) { return ret; } } ``` 如果是不断的对一个服务器请求rtmp://xxx/live/(1-100000),对象一直在增加,没有找到释放的逻辑

Bug
Enhancement

**docker 方式部署,推流和多人通话持续约几小时后srs容器崩溃** 1. SRS Version(版本): `v4.0` 1. SRS Log(日志): ``` [2022-08-12 17:51:17.024][Trace][1][s608m511] dvr stream wksscadmin to file ./objs/nginx/html/record/728661/wksscadmin/2022/08/12/17:51:17.mp4 [2022-08-12 17:51:17.024][Trace][1][s608m511] ignore disabled exec for vhost=__defaultVhost__ [2022-08-12 17:51:17.294][Trace][1][37idt5gu] RTC: Need PLI...

WebRTC

**Description(描述)** 使用webrtc推流,,http_server端口设置 18080,webrtc://192.168.3.33:18080/aaa?vhost=sqve1/ccc rtmp转发的时候,rtmp地址使用的18080端口,而不是rtmp端口 1. SRS Version(版本): `xxxxxx` 1. SRS Log(日志): ``` ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1) configuration: --prefix=/usr --extra-version=0ubuntu0.1...

WebRTC

> 注意:提问前,请先看FAQ(Please read FAQ before file an issue) https://github.com/ossrs/srs/issues/2716 **描述(Description)** pc.setRemoteDescription(sdp).catch() Generate DOMException: Answer and offer have different media types at m-line 0 I noticed that Firefox puts the video...

WebRTC

Integrating Hikvision cameras using the GB28181 protocol, after the camera restarts, it takes more than two hours for the video stream to recover. Before recovery, the session status in SRS...

GB28181
TransByAI