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

> Note: Please read FAQ before file an issue, see 2716 > Note: Before asking a question, please refer to the FAQ, specifically 2716. **Description (描述)** I'm streaming RTC to...

WebRTC
TransByAI

> Note: Please read FAQ before file an issue, see 2716 > Note: 提问前,请先看FAQ, 即 2716 **监听的UDP端口视频流推送断开一段时间(超过超时时间)再推送视频流服务报错,管理页面看不到视频流,也无法播放视频流,建议支持UDP端口的复用** > Please description your issue here(描述你遇到了什么问题) 1. SRS Version(版本): `SRS-CentOS7-x86_64-5.0.33` 1. SRS Log(日志):...

Feature

> Note: Please read FAQ before file an issue, see 2716 > Note: 提问前,请先看FAQ, 即 2716 As part of the ingest flow we use http hooks to ensure valid incoming...

SRT

[![img](https://badgen.net/badge/srs/wechat/green?icon=github)](https://github.com/ossrs/srs/wiki/Contact#wechat) ![img](https://badgen.net/badge/srs/FAQ/green?icon=github) [![img](https://badgen.net/badge/mulan/incubating/blue)](http://mulanos.cn) [![](https://badgen.net/twitter/follow/winlinvip)](https://twitter.com/winlinvip) [![](https://badgen.net/badge/srs/facebook/blue)](https://www.facebook.com/winlinvip) [![](https://img.shields.io/youtube/channel/views/UCP6ZblCL_fIJoEyUzZxC1ng?style=social)](https://www.youtube.com/channel/UCP6ZblCL_fIJoEyUzZxC1ng) [![](https://badgen.net/twitter/follow/srs_server)](https://twitter.com/srs_server) [![](https://img.shields.io/twitter/follow/srs_server?style=social)](https://twitter.com/srs_server) [![](https://badgen.net/discord/members/yZ4BnPmHAd)](https://discord.gg/yZ4BnPmHAd) ## English Please read the documents and FAQ first. Any questions that are already in the FAQ and documents will not...

Discussion
Won't fix
TransByAI

我看目前的逻辑是等待客户端断开rtmp拉流链接。 httpflv的逻辑是srs server主动断开,这块是否可以做成一致? 在flv拉流里有这个,但rtmp拉流没有

good first issue

srs日志显示 [2022-02-18 17:35:51.689][Warn][18484][1f7l49o5][11] handle udp pkt, count=56825/56825, err: code=5015 : size=16, data=[80 cf 00 03 03 30 14 a8] : rtcp unprotect : not ready thread [18484][1f7l49o5]: cycle() [src/app/srs_app_listener.cpp:630][errno=11] thread...

WebRTC

in function SrsHlsMuxer::update_config, the following code will cause writer whose type is IFileWriter* pointer be overrided, so need release writer before allocate a new instance for it. if(hls_keys) { writer...

When the backup H.264 payload type is selected, the track desc type is not set.

## 1. Description(描述) 在使用原始的rtmp2rtc.conf配置文件启动srs服务时,出现以下现象: 1. 使用obs进行rtmp时,rtmp拉流、rtc拉流均可以正常播放; 2. 第一次使用RTC推流时,rtmp拉流、rtc拉流也可以正常播放; 3. 但是,一旦使用了RTC推流后,关闭RTC推流网页的话,再次使用RTMP推流,RTC拉流就不能正常播放了,只有声音可以正常播放,视频只是黑屏。通过chrome://webrtc-internals查看视频流数据时,发现视频流数据还是可以正常接收,但全都Drop掉了,解码帧数始终为0。 4. 上述场景下,在RTC拉流时出现上述异常,但同时用RTMP拉流的话,可以正常播放;另外,如果重新换回RTC推流的话,RTMP拉流、RTC拉流也都可以正常播放。 **采用默认的srt2rtc.conf配置文件时,也会出现上述问题。** ## 2. SRS Version(版本): `4.0release 5.0.28` ## 3. SRS Log(日志): ``` [2022-05-14 20:59:15.164][Trace][221869][q8567159] TCP: clear zombies=1 resources,...

在线教育虽然国内K12暂时不搞了,但是职业教育和在线教育的技术,国内外都不会停顿的。 一般来说,音视频互动就是WebRTC这套开源技术栈。教育中还有一块是白板,开源的有 [fabricjs](https://github.com/fabricjs/fabric.js) 以及 [netless-io](https://github.com/netless-io/flat),也可以看伍双大神对白板的思考 [互动白板的技术基础和发展](https://mp.weixin.qq.com/s/l7YOjSfT8ccD_fIsZj-HnA)。 对这个方案感兴趣的同学,可以评论区留言哈。

Solution