returned hls discontinuity

This commit is contained in:
Roman Arutyunyan 2014-01-03 11:31:06 +04:00
parent 7e19dce7c4
commit 5e8fe20497

View file

@ -501,7 +501,7 @@ ngx_rtmp_hls_write_playlist(ngx_rtmp_session_t *s)
"%s"
"#EXTINF:%.3f,\n"
"%V%V%s%uL.ts\n",
/*f->discont ? "#EXT-X-DISCONTINUITY\n" :*/ "",
f->discont ? "#EXT-X-DISCONTINUITY\n" : "",
f->duration, &hacf->base_url, &name_part, sep, f->id);
ngx_log_debug5(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,