mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #103, support all aac sample rate, add detail codec logs.
This commit is contained in:
parent
f53abfa1d1
commit
aefff75d08
6 changed files with 74 additions and 14 deletions
|
@ -1497,8 +1497,8 @@ void SrsHls::hls_mux()
|
|||
// reportable
|
||||
if (pithy_print->can_print()) {
|
||||
srs_trace("-> "SRS_LOG_ID_HLS
|
||||
" time=%"PRId64", dts=%"PRId64", sequence_no=%d",
|
||||
pithy_print->age(), stream_dts, muxer->sequence_no());
|
||||
" time=%"PRId64", dts=%"PRId64"(%"PRId64"ms), sequence_no=%d",
|
||||
pithy_print->age(), stream_dts, stream_dts / 90, muxer->sequence_no());
|
||||
}
|
||||
|
||||
pithy_print->elapse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue