[Bug 736924] iOS 8 issue mp4 recording not playable

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 18 16:00:40 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736924
  GStreamer | don't know | 2.x

--- Comment #5 from michelle <michelle211 at comcast.net> 2014-09-18 23:00:35 UTC ---
this seems to at least partially fix the problem


//fragment durations in ms (produce a fragmented file if > 0).
 GstElement *muxer = gst_element_factory_make("mp4mux", NULL);
    g_object_set(G_OBJECT (muxer), "fragment-duration", 10, NULL);

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