[Bug 796002] hlssink/hlssink2: support append-list option

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 15 09:37:36 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796002

--- Comment #12 from Daeseok Youn <daeseok.youn at gmail.com> ---
Hi Sebastian,

I tried to fix this path up to adjust sequence number as previous start number
+ 1.

But as I know, if playlist-length is smaller value than max-files, m3u8
couldn't have all of segment files what are kept on disk. It means, when
append-list option is used, hlssink could not parse the number of files on disk
from playlist.m3u8, right?

Actually, I ran ffmpeg following options:
$ ffmpeg -i ~/Videos/sample.mp4 -codec copy -strict -2 -hls_time 10 -hls_flags
append_list+delete_segments -f hls ./playlist.m3u8

I think "append_list+delete_segments" option could not manage previous
generated segment files.

Please check updated patches and provide your comment for this.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list