GNOME Bugzilla – Bug 620283
Support for Adobe's F4F missing
Last modified: 2010-12-07 16:26:02 UTC
I'd love to see support for Adobe's F4F (fragmented MP4) format in GStreamer. I'm attaching the source MP4 file, as well as the F4F file generated by Adobe's f4fpackager tool. It's sort of playable in ffplay. ffmpeg -i shows it contains an RTMP stream.
Created attachment 162479 [details] the source file
Created attachment 162480 [details] the generated f4f file
Created attachment 162481 [details] manifest file, also generated by the Adobe tool
Created attachment 162482 [details] f4x file generated by the tool (maybe some index file?)
This is mostly taken care of by the fragmented file support recently added to qtdemux. Following commit tweaks a few loose ends and should have this playing (at least if typefinding plays nice): commit d2948bb259ac070dbbb8ca1e1b0341e39ce1d87a Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Tue Dec 7 17:19:00 2010 +0100 qtdemux: fragmented support; fix offset handling and relax error raising In particular, accept unknown stream in track fragment, and only error out if that raises problems later on with respect to offset tracking. Fixes #620283.