1 Star 0 Fork 0

fengyongjun/nginx-rtmp-module-m

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
faq.md 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
Amin Vakil 提交于 4年前 . minor typos

FAQ

RTMP stream is not played normally in IE, stream stops after several seconds.

Add this directive to fix the problem

wait_video on;

I use pull directive to get stream from remote location. That works for RTMP clients but does not work for HLS.

Currently HLS clients do not trigger any events. You cannot pull or exec when HLS client connects to server. However you can use static directives exec_static, pull ... static to pull the stream always.

Seek does not work with flv files recorded by the module.

To make the files seekable add flv metadata with external software like yamdi, flvmeta or ffmpeg.

exec_record_done yamdi -i $path -o /var/videos/$basename;

Published stream is missing from stats page after some time and clients fail to connect

Check if you use multiple workers in nginx (worker_processes). In such case you have to enable:

rtmp_auto_push on;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fengyongjun/nginx-rtmp-module-m.git
git@gitee.com:fengyongjun/nginx-rtmp-module-m.git
fengyongjun
nginx-rtmp-module-m
nginx-rtmp-module-m
dev

搜索帮助