GNOME Bugzilla – Bug 563006
mxf mpeg422 file stops playing
Last modified: 2008-12-10 07:04:06 UTC
When trying to play the file with gst-launch, I get: gst-launch-0.10 playbin uri=file://"$PWD/C0020.MXF" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdemux_mxf:ffdemux_mxf0: Internal data stream error. Additional debug info: gstffmpegdemux.c(1364): gst_ffmpegdemux_loop (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdemux_mxf:ffdemux_mxf0: streaming stopped, reason error Execution ended after 11401096193 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... FREEING pipeline ... This particular mxf file was made by shooting with a PDW700 professional XDCAM camera. I'm aware that Sebastian Droge is working on implementing mxf, so this file would be a good test case. The codec used is MPEG-2 4:2:2P@HL and the file is available here: http://www.urga.be/video/C0020.MXF It's 77.7MB but maybe the size is what is causing it. I filed it against gst-ffmpeg, but it looks like mxf is going to be in gst-plugins-bad
This plays fine with latest CVS of gst-plugins-bad (not sure since when ;) ). The ffmpeg MXF demuxer doesn't play it over GStreamer though
(In reply to comment #1) > This plays fine with latest CVS of gst-plugins-bad (not sure since when ;) ). > > The ffmpeg MXF demuxer doesn't play it over GStreamer though > It just means you handled it better! Thanks. I'm quite excited about good mxf support. It could mean one less barrier for true professional editing on linux.
(In reply to comment #2) > (In reply to comment #1) > > This plays fine with latest CVS of gst-plugins-bad (not sure since when ;) ). > > > > The ffmpeg MXF demuxer doesn't play it over GStreamer though > > > > It just means you handled it better! Thanks. Well, ffmpeg and mplayer play that video too, it's gst-ffmpeg that breaks here it seems :)