winlin

for #151, add comments for the audio overflow ratio.

@@ -346,6 +346,7 @@ bool SrsHlsMuxer::is_segment_overflow() @@ -346,6 +346,7 @@ bool SrsHlsMuxer::is_segment_overflow()
346 346
347 bool SrsHlsMuxer::is_segment_absolutely_overflow() 347 bool SrsHlsMuxer::is_segment_absolutely_overflow()
348 { 348 {
  349 + // @see https://github.com/winlinvip/simple-rtmp-server/issues/151#issuecomment-83553950
349 srs_assert(current); 350 srs_assert(current);
350 return current->duration >= hls_aof_ratio * hls_fragment; 351 return current->duration >= hls_aof_ratio * hls_fragment;
351 } 352 }