[Bug 707242] qtmux: streamable property has no effect

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 3 04:35:02 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707242
  GStreamer | gst-plugins-good | 1.x

--- Comment #4 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-09-03 11:34:56 UTC ---
Are you streaming it 'live'?

isomedia (qt / mp4 / ...) aren't suitable for live streaming unless you are
using the fragmented version.

It can be streamable, but not live, if you enable the fast-start mode. In this
mode it will write the headers first (at the cost of writing data to a temp
file and pushing it all at the end) and the resulting file can be played as it
is downloaded. Without fast-start, the file has the headers in the end, making
players only able to start playback when they reach the end of the file.

-- 
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