-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Description
在 nginx-rtmp-module/ngx_rtmp_gop_module.c 中的 ngx_rtmp_gop_link_frame 函数添加代码
if (!gacf->fix_timestamp) {
ngx_log_error(NGX_LOG_ERR, s->log, 0,
"AVADebug no fix timestamp?");
}
if (gacf->fix_timestamp) {
ngx_log_error(NGX_LOG_ERR, s->log, 0,
"AVADebug has fix timestamp?");
......
其中一个application里fix_timestamp设置为0ms;日志会打印AVADebug no fix timestamp?
另一个applicaiton里设置为2000ms;日志不会有相关打印。
Metadata
Metadata
Assignees
Labels
No labels