diff --git a/trunk/src/app/srs_app_hls.cpp b/trunk/src/app/srs_app_hls.cpp index fd6b3c129..7d7ba63b2 100644 --- a/trunk/src/app/srs_app_hls.cpp +++ b/trunk/src/app/srs_app_hls.cpp @@ -346,6 +346,7 @@ bool SrsHlsMuxer::is_segment_overflow() bool SrsHlsMuxer::is_segment_absolutely_overflow() { + // @see https://github.com/winlinvip/simple-rtmp-server/issues/151#issuecomment-83553950 srs_assert(current); return current->duration >= hls_aof_ratio * hls_fragment; }