GNOME Bugzilla – Bug 506902
[mpegdemux] Add support for raw PES files
Last modified: 2011-08-25 15:55:14 UTC
The following VDR recording (MPEG-2 PES) does not play with gstreamer: http://stuff.onse.fi/mpeg2pes-test/001.vdr $ LC_ALL=C gst-launch-0.10 filesrc location=001.vdr ! mpegdemux ! mpeg2dec ! xvimagesink [...] ERROR: from element /pipeline0/mpegdemux0: Could not demultiplex stream. Additional debug info: gstmpegparse.c(420): gst_mpeg_parse_process_event (): /pipeline0/mpegdemux0: Pushing EOS event didn't work on any of the source pads [...] Replacing 'mpegdemux' with the fluendo 'flupsdemux' I get the first frame. but it freezes immediately. When replacing that with 'ffdemux_mpeg', I *do* get a correctly working video. However, when trying to add audio, like this: filesrc location=001.vdr ! ffdemux_mpeg name=demuxer demuxer. ! queue ! mpeg2dec ! xvimagesink demuxer. ! queue ! mad ! audioconvert ! autoaudiosink the playback goes very slow (1 fps), still without audio.
*** Bug 616719 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 657343 ***