[Bug 733351] New: [PATCH] queue2: Process SEEKING query
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jul 18 04:49:57 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=733351
GStreamer | gstreamer (core) | git
Summary: [PATCH] queue2: Process SEEKING query
Classification: Platform
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: jan.steffens at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=281085)
View: https://bugzilla.gnome.org/attachment.cgi?id=281085
Review: https://bugzilla.gnome.org/review?bug=733351&attachment=281085
patch
In order to seek FLV streams, flvdemux creates a seek index;
however, this index is not created if upstream is not seekable.
gst_flv_demux_check_seekability was copied nearly verbatim from
GstBaseParse.
This commit adds QUERY_SEEKING handling to queue2, so RTMP live
streams become seekable when a queue2 in download or ringbuffer
mode is inserted:
rtmpsrc ! queue2 ! flvdemux
Alternatively, flvdemux could be altered to not require
seekability. I am unsure what is the best approach.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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