Skip to content

Commit 8acacd0

Browse files
committed
fixed skipping first key frame in mp4 streamer
1 parent 607a538 commit 8acacd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ngx_rtmp_mp4_module.c

-2
Original file line numberDiff line numberDiff line change
@@ -2229,8 +2229,6 @@ ngx_rtmp_mp4_send(ngx_rtmp_session_t *s, ngx_file_t *f, ngx_uint_t *ts)
22292229
}
22302230

22312231
t->header_sent = 1;
2232-
2233-
goto next;
22342232
}
22352233

22362234
ngx_log_debug5(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,

0 commit comments

Comments
 (0)