1 Star 0 Fork 0

fengyongjun/nginx-rtmp-module-m

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
debug_log.md 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jan Stabenow 提交于 9年前 . MOD move wiki to /docs

Debug log

In case you need to solve a streaming problem you might need to watch debug log. For that configure nginx with --with-debug flag.

$ cd nginx-X.Y.Z
$ ./configure --add-module=/path/to/nginx-rtmp-module --with-debug ...

After compiling set nginx error.log level to debug in nginx.conf

error_log logs/error.log debug;

After that you will have a lot of debug info in error.log. Please grep what your problem relates to (exec, notify etc) and post to nginx-rtmp google group to help with solving it.

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

搜索帮助