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

env: branch: develop git : commit https://github.com/ossrs/srs/commit/6bbd461ec960652c65deaaa9356d79fac691dd6d how to reproduce: 1. objs/srs -c conf/dash.conf 2. send rtmp stream to 1935 using ffmpeg 3. cd objs/nginx/html, no mpd file exist. 4....

EnglishNative

Hi. I use SRS to distribute some srt streams. Everything is functional, but there is an error in the monitoring part. For example, in the Streams page SRS server display...

EnglishNative

## Impacted Version Both v6 and v7. ## How to reproduce? 1. go to `develop` or `6.0release` branch. 2. compiling srs 3. `./objs/srs -c conf/hls.conf` 4. `ffmpeg -re -i ./doc/source.flv...

EnglishNative

**Describe the bug** When streaming via SRT protocol, ffmpeg cannot establish connection with SRS. **Version** [2024-10-12 14:27:52.821][INFO][1][94k4u9z7] XCORE-SRS/5.0.213(Bee) ffmpeg version 6.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers built with gcc...

SRT
EnglishNative

This PR try to fix #3930 . Line 59 in trunk/src/protocol/srs_protocol_utility.cpp, causes the repeat of the param because in some case, tcUrl has already contained param, but argument param repeat...

TransByAI

前端通过webrtc推流,srs配置dvr录制功能,当webrtc推流成功后快速关闭,会概率性出现srs进程崩溃。dvr录制目录会有一个48B的tmp文件,查看srs log,没有报错提示 srs配置文件: vhost __defaultVhost__ { rtc { enabled on; rtmp_to_rtc on; rtc_to_rtmp on; } dvr { enabled on; dvr_apply all; dvr_path /App/www/dvr/[app]/[stream].[timestamp].mp4; dvr_plan session; } http_hooks { enabled on;...

EnglishNative

## srs-proxy Docker image 1. How to make a srs-proxy docker image? `docker build -t srs-proxy -f Dockerfile.proxy .` 2. How to run the proxy? `docker run --rm -it -p...

EnglishNative

## Cause `rtc_server.listen` conflict for conf `origin[1,2,3]-for-proxy.conf` ## How to reproduce? follow the tutorial `https://ossrs.net/lts/en-us/docs/v7/doc/origin-cluster`. The webrtc play not works, when start more than one origin srs server.

EnglishNative

**Describe the bug** This occurs probabilistically. The source stream fails to be pulled via HTTP-FLV during the `http_hooks_on_publish` period, and subsequent stream pulls will continue to fail. **Version** release6.0 **To...

EnglishNative

SRS 6.0 already supports a lot HEVC functions, but not RTMP2WebRTC because Chrome/FireFox don't support HECV in WebRTC. From current report, Chrome will launch the feature to support HEVC in...

WebRTC
EnglishNative