This commit is contained in:
Sergey Dryabzhinsky 2016-08-06 07:43:20 +03:00
parent a88bc39141
commit 7381b66e13

View file

@ -573,7 +573,7 @@ ngx_rtmp_hls_write_playlist(ngx_rtmp_session_t *s)
fragments_length += f->duration;
}
/**
* Think that sum of frag length is more than playlist disired length - half minimal frag length
* Think that sum of frag length is more than playlist desired length - half minimal frag length
* XXX: sometimes sum of frag lengths are almost playlist length
* but key-frames come at random rate...
*/