[Bug 734385] New: decodebin2: tunning startup time for network stream
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Aug 6 14:47:22 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=734385
GStreamer | gst-plugins-base | 1.4.0
Summary: decodebin2: tunning startup time for network stream
Classification: Platform
Product: GStreamer
Version: 1.4.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: xlazom00 at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I recently play with network stream startup time
and it isn't really nice to wait 10 and more seconds until user really see
something
for example for hls stream
AUTO_PREROLL_SIZE_BYTES 2 * 1024 * 1024 => 2MB
AUTO_PREROLL_NOT_SEEKABLE_SIZE_TIME 10 * GST_SECOND
and after it preroll it is switch to
AUTO_PLAY_ADAPTIVE_SIZE_BUFFERS 2
but still we have 10s PREROLL TIME in second multiqueue
I know that most of this values isn't problem for playback from local file
system
but for network streaming it is long wait time.
I think we can tune it with DEFAULT_HIGH_PERCENT to something like 20% for
network streams and first multiqueue can stay in buffers mode
--
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