Files
srs/trunk/doc
Jacob Su d3fce1c106 HLS: Fix audio-only fMP4 playback skipping. v7.0.136 (#4602) (#4602)
based on @HeeJoon-Kim's patch, try to fix #4594 

Fix audio-only HLS fMP4 streams causing players to skip segments.

The bug was in segment_close() which always used video_dts_ (0 for
audio-only) to calculate the final sample duration, causing unsigned
integer overflow and corrupted m4s files.

The fix passes max(audio_dts_, video_dts_) from the controller to
segment_close(), ensuring correct duration calculation for both
audio-only and video streams.

---------

Co-authored-by: OSSRS-AI <winlinam@gmail.com>
2025-12-06 22:29:12 -05:00
..
2022-09-30 17:57:48 +08:00
2020-01-26 11:14:18 +08:00
2021-05-01 22:15:57 +08:00