[Bug 752863] hlssink: max-files deletes old files without removing them from m3u8 index
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 27 05:39:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752863
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thiagossantos at gmail.com
--- Comment #1 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
What happens is that multifilesink does:
1) Remove old file
2) Create new file
3) Emit notification message
hlssink only gets notified at step 3 so there is a window in which the old file
was removed and is still at the playlist.
2 possible solutions:
A) Rework multifilesink to do: 2, 3, 1. This will make it have max_files+1 for
a short time, is that acceptable?
B) have hlssink set max_files+1 to multifilesink to prevent this scenario
Preferences?
--
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