[Bug 654383] No playback of DVDs in Totem Debian / Squeeze

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 7 08:58:31 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=654383
  GStreamer | gstreamer (core) | 0.10.x

--- Comment #14 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-09-07 15:58:23 UTC ---
Let's try another approach.

Can you run these sets of commands, and report which of them have slow
playback, replacing DEVICE with the device your DVD drive is (eg, /dev/dvd),
TITLE with the title number of something testable (eg, 2), and DECODER by
eihter mpeg2dec or ffdec_mpeg2video, whichever you have.

Basic play-from-DVD:

gst-launch dvdreadsrc device=$DEVICE title=$TITLE ! dvddemux ! $DECODER !
ffmpegcolorspace ! xvimagesink

Play from muxed:

gst-launch dvdreadsrc device=/dev/dvd title=2 num-buffers=1024 ! filesink
location=/tmp/tmp.mpeg
gst-launch filesrc location=/tmp/tmp.mpeg ! dvddemux ! $DECODER !
ffmpegcolorspace ! xvimagesink

Play from demuxed:

gst-launch filesrc location=/tmp/tmp.mpeg ! dvddemux name=d d.current_video !
filesink location=/tmp/tmp2.mpeg
gst-launch filesrc location=/tmp/tmp2.mpeg ! mpeg2dec ! ffmpegcolorspace !
xvimagesink

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