[FFmpeg-trac] #10077(ffmpeg:new): ffmpeg : #EXT-X-INDEPENDENT-SEGMENTS not added when audio file
FFmpeg
trac at avcodec.org
Sat Nov 26 18:44:14 EET 2022
#10077: ffmpeg : #EXT-X-INDEPENDENT-SEGMENTS not added when audio file
------------------------------------+-------------------------------------
Reporter: xavierlaff | Type: defect
Status: new | Priority: important
Component: ffmpeg | Version: 5.1.2
Keywords: HLS | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-------------------------------------
I noticed in the code that only when the file contains video "#EXT-X
-INDEPENDENT-SEGMENTS" is appended with the hls_flag Independent_segments
argument. (hlsenc.c file, line 1601)
I think it's a mistake because in the HLS rfc nothing indicates that only
the video is concerned
'''Reproduce:'''
ffmpeg -i audio_file.mp4 -codec copy -f hls '''-hls_flags
independent_segments''' -master_pl_name master.m3u8 -hls_segment_type
mpegts -hls_playlist_type vod "playlist.m3u8"
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10077>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list