-
```
[rtmp @ 0x55ad29d510] Cannot read RTMP handshake response
rtmp://live-push.bilivideo.com/live-bvc/?streamname=xxx
```
-
**Describe the bug**
When streaming video without audio to SRS via the RTMP protocol, the resulting HLS playback anomalously contains audio information, causing compatibility issues with some players…
-
In Stream (console) page srs report always **44100** as sampling frequency for audio regardless of real value.
At the moment srs can manage/recognize only four sampling frequency (5512, 11025, 22050,…
-
# Required information
* Camera board id: ISVP, T31X
* OpenIPC version: 2.4.08.19-lite
* installation method: Majestic version which came with OpenIPC
# Issue description
I installed…
-
go2rtc.yaml:
```
streams:
mystreamname:
rtmp:
listen: ":1935"
```
I start **go2rtc** and see:
```
INF [rtmp] listen addr=:1935
```
Then I start streaming with **ffmpeg** from the sa…
usa- updated
2 months ago
-
按照librtmp规则 给url传参 结果报错。。
stream.url = @"rtmp://192.168.2.250:1935/testFms/zhaojian conn=S:test conn=S:test";
-
# Required information
* Camera board id: ISVP, T31X
* OpenIPC version: 2.4.08.24-lite
* installation method: Majestic version which came with OpenIPC
# Issue description
Like `libnginx…
-
rtmp_auto_push on;
Option causes an exit with Signal 11 on push attempt in the newest nginx 1.9.12.
Without it, if you have threading enabled only one person can view/hear stream.
> 2016/03/09 18:…
-
Hello, I am trying to decrypt an MPD source and push it to RTMP using the following command:
export RE_LIVE_PIPE_OPTIONS=' -c copy -f flv rtmp://ip:port/live/test_turk ';
N_m3u8DL-RE 'url' --key…
-
I'm running nginx-rtmp with the following configuration (abridged):
```
worker_processes 2;
rtmp_auto_push on;
rtmp {
server {
listen [::]:1935 ipv6only=off;
application stream…