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

有些SRT的设备,不支持streamid,但是有密码选项。 具体参考:[Access Control](https://github.com/Haivision/srt/blob/master/docs/features/access-control.md) ```c++ int SrtTestListenCallback(void* opaq, SRTSOCKET ns, int hsversion, const struct sockaddr* peeraddr, const char* streamid) { using namespace std; // opaq is used to pass some further...

Enhancement
Feature

**描述(Description)** > dvr segment没有按照dvr_duration分段存储 1. SRS版本(Version): `4.0.177` 1. SRS的日志如下(Log): 打开dvr_wait_keyframe时不会分段,没有异常日志。关闭dvr_wait_keyframe会分段,但是分段不对,日志如下: ``` [2021-11-05 01:58:13.180][Trace][595][18b245c7] new source, stream_url=/live/test [2021-11-05 01:58:13.180][Trace][595][18b245c7] source url=/live/test, ip=172.17.0.1, cache=0, is_edge=0, source_id=/ [2021-11-05 01:58:13.182][Trace][595][18b245c7] new source, stream_url=/live/test [2021-11-05...

Bug

**描述(Description)** > 描述你遇到了什么问题(Please description your issue here) 希望Webrtc 推流时,可以只推视频或者只推音频。 SRS版本(Version): v4.0.95 SRS的配置如下(Config): rtc2rtmp.conf **重现(Replay)** > 重现Bug的步骤(How to replay bug?) 例如我只有麦克风,没有摄像头,可以选择只推音频。这里以只推音频为例: 1、将 `srs.sdk.js` 中调用摄像头相关代码注释,启动 srs。 ```js self.constraints = { audio: true,...

WebRTC
good first issue

一年之计在于春。 # [Prometheus](#prometheus) SRS云服务器使用[Prometheus](https://prometheus.io/)存储时序数据,包括监控数据,流的数据,都是和时间相关的数据。 Prometheus /prəˈmiː.θi.əs/ 参考Docker是可以开启配置,提供Prometheus格式的API的:[docker config](https://docs.docker.com/config/daemon/prometheus/) 这样只需要在Prometheus配置下目标地址,就可以抓取所有配置: ```yaml scrape_configs: # Create a job for Docker daemon. # # This example requires Docker daemon to be configured to expose...

API

> 注意:提问前,请先看FAQ(Please read FAQ before file an issue) https://github.com/ossrs/srs/issues/2716 **描述(Description)** > 描述你遇到了什么问题(Please description your issue here) 1. SRS版本(Version): `srs-4.0.117` 1. SRS的日志如下(Log): ``` 2022-02-28 11:47:48.366][Trace][6855][63a6g11s] Hybrid cpu=0.00%,18MB, cid=1,0, timer=63,0,0, clock=0,49,0,0,0,0,0,0,0 [2022-02-28...