-
请问http flv 部分怎么配置呢? 我的配置如下,但是nginx 日志有错误.
2018/02/09 18:54:18 [error] 25162#0: *49 open() "/opt/app/nginx2/html/test/robin-test" failed (2: No such file or directory), client: 192.168.6.15, server:…
-
I use FFmpegFrameGrabber to process images frame by frame and push the stream to the rtmp server, but the rtmp playback delay is too high. What can I do to reduce this delay? I think I can accept it w…
-
I'm trying to setup a server that can proxy two different rtmp streams, each to it's own destination. I also want to create recordings of both streams. See the config below:
worker_processes …
-
We are able to use the NGINX RTMP module to re-stream to many public streaming services, using the `push` directive. This directive only allow pushing to RTMP targets and does not support RTMPS. If we…
-
dear author,how to push video frame image to rtmp server,like this:
./ffmpeg -re -rtsp_transport tcp -i "rtsp://192.168.10.64:554/h264/ch1/sub/av_stream" -s 800x600 -an -f flv "rtmp://192.168.10.…
-
- All the workers have this stream when I publish a stream to **push1** which of port 1935
- Only current worker has this stream when I publish stream to **push2** which of port 1936
Is this a bug a…
-
在rtmp上推1080视频时,在上推一段时间后程序被Aborted,视频格式为mkv
最后打印信息:
INFO[2023-05-30 09:41:37] output add success path="rtmp://live-push.bilivideo.com/live-bvc/?streamname=live_*******0_271…
-
Hi Arut or other guys,
Dose nginx-rtmp-modules function depends on the order of modules in the config file? Can I change the modules order? for example, put ngx_rtmp_live_module to the last one? T…
-
Hello.
Fedora 23 nginx-1.9.12 nginx-rtmp-module-1.1.7(git commit f62a0838064baf089ad9fe3c8f6f2ffe0775afb2):
My config /etc/nginx/nginx-rtmp.conf:
```
user nginx; …
-
I use ffmpeg to push a camera video to a rtmp url, when I push with cmd ”ffmpeg -thread_queue_size 32 -f video4linux2 -i /dev/video2 -filter_complex "transpose=clock" -threads 6 -pix_fmt yuv420p -b:v …