#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".