mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
returned hls discontinuity
This commit is contained in:
@ -501,7 +501,7 @@ ngx_rtmp_hls_write_playlist(ngx_rtmp_session_t *s)
|
|||||||
"%s"
|
"%s"
|
||||||
"#EXTINF:%.3f,\n"
|
"#EXTINF:%.3f,\n"
|
||||||
"%V%V%s%uL.ts\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);
|
f->duration, &hacf->base_url, &name_part, sep, f->id);
|
||||||
|
|
||||||
ngx_log_debug5(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
ngx_log_debug5(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
||||||
|
Reference in New Issue
Block a user