srs
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.
**Describe the bug** When started SRS, the VmSize is huge and incorrect. You can get the VmSize by top or ps. **Version** SRS 5 or 6. **To Reproduce** Steps to...
**Description** Push streaming to the server using ffmpeg. The command is as follows: ffmpeg -re -stream_loop -1 -i "C:\Users\hollistian\Desktop\test.ts" -codec copy -f mpegts -y udp://x.x.x.x:10001 **Description of the issue encountered**...
**Description**' Please ensure that the markdown structure is maintained. > Documentation for realtime config has an error 1. SRS version: `3.0.153` 1. The log of SRS is as follows:' Please...
**Describe the bug** https://github.com/ossrs/srs/blob/427104f1dab86f5afc7d7b49b02ed27d03ef9346/trunk/src/app/srs_app_http_conn.cpp#L382-L387 `SrsHttpxConn` can be used as HTTP API and HTTP Server, for both plain and SSL connection. For the SSL connection, we can config the SSL key...
**Description** Multiple frequent switches to access two http-flv streams using the same player, continuously switching between these two streams. After about 5 switches, the SRS process exits. Refer to the...
**Description**' Please ensure that the markdown structure is maintained. I am using srs as Edge cluster + low_latency settings from here (https://github.com/ossrs/srs/wiki/v3_EN_LowLatency). I noticed that some players make hundreds short...
PullRequest for SRS, [#1809](https://github.com/ossrs/srs/pull/1809).
**Description**' Please ensure that the markdown structure is maintained. > Long running, severe memory growth, and increased close_wait on the server. Using perf to investigate, it was found that heap_delete...
**Description** Describe the problem you encountered. **Environment** 1. Operating System: ``` Linux njyzjzx 4.4.0-31-generic #50~14.04.1-Ubuntu SMP Wed Jul 13 01:07:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ``` 1. Encoder: ......
`rtmp://192.168.1.1/live?vhost=test.com/test1` can correctly pass vhost to edge server(e.g. rtmp://192.168.1.1:11935/livevhost=test.com/test1) `rtmp://192.168.1.1/live/test1?vhost=test.com` Failed to pass vhost, I found vhost set to __defaultvhost__ from log