Skip to content

Commit 5e8fe20

Browse files
committed
returned hls discontinuity
1 parent 7e19dce commit 5e8fe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls/ngx_rtmp_hls_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ ngx_rtmp_hls_write_playlist(ngx_rtmp_session_t *s)
501501
"%s"
502502
"#EXTINF:%.3f,\n"
503503
"%V%V%s%uL.ts\n",
504-
/*f->discont ? "#EXT-X-DISCONTINUITY\n" :*/ "",
504+
f->discont ? "#EXT-X-DISCONTINUITY\n" : "",
505505
f->duration, &hacf->base_url, &name_part, sep, f->id);
506506

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

0 commit comments

Comments
 (0)