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

## Summary 用于多线程之间的消息队列。 ## Details 1)无CAS无Mutex同步 2)支持单写单读 Benchmark:https://github.com/ossrs/srs/issues/2952

Enhancement

## Summary 配置文件yaml格式的支持 ## Details 参考配置 ``` --- listen: - 1935 - 1936 max_connections: 1000 srs_log_tank: console daemon: off http_api: enabled: on listen: 1985 http_server: enabled: on listen: 8080 dir:...

Feature

## Summary port from config for transcoding // TODO: FIXME: use initialize to set req.

Bug
TransByAI

云虚拟机(Cloud Virtual Machine)或云服务器,依然是最广泛使用的基础设施,能快速部署自己的媒体服务器。 VM(Cloud Virtual Machine) is the vast majority of usage of SRS, it allows user to deploy a media server simple and fast. For VM, both building from...

Solution

Both cluster and proxy works for system load balancing, in short to serve a large set of connections or clients, but there are some differences. > 中文: Cluster和Proxy都是为了解决系统的负载均衡问题,简单来说就是支持很多连接或客户端,但是它们从方案上看是有区别的。 Cluster works...

Feature
help wanted
Kubernetes

> Note: Please read FAQ before file an issue, see 2716 > Note: 提问前,请先看FAQ, 即 2716 **Description(描述)** > Please description your issue here(描述你遇到了什么问题) 1. SRS Version(版本): 5.0 1. SRS Log(日志):...

参考[Grafana: Override configuration with environment variables](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#override-configuration-with-environment-variables),所有配置都可以通过环境变量覆盖,这样非常适合云原生部署。 Do not use environment variables to add new configuration settings. Instead, use environmental variables to override existing options. To override an option: ``` GF__...

Feature
help wanted

> Note: Please read FAQ before file an issue, see 2716 > Note: 提问前,请先看FAQ, 即 2716 **Description(描述)** > Please description your issue here(描述你遇到了什么问题) post 特定的sdp内容(由gstreamer 1.20 webrtcbin 生成)到 /rtc/v1/publish/ 接口,srs崩了...

WebRTC
good first issue
help wanted

> Please description your issue here(描述你遇到了什么问题) docker运行的, webrtc推,vlc拉,一直加载中要很久,可能要2分钟,才会出来。正常么? 1. SRS Version(版本): `4.0.252` 1. SRS Log(日志): ``` xxxxxxxxxxxx ``` 1. SRS Config(配置): ``` # docker config for srs. # @see full.conf...

WebRTC