GNOME Bugzilla – Bug 530941
using dvd:// URL to open dvd from harddrive fails
Last modified: 2008-05-01 20:44:43 UTC
totem dvd://media/disk/collection/MYDVD_S02D01/ When using the dvd:// URL system to open a dvd, gstreamer fails. I tested this with the latest gst-plugins-ugly cvs and totem-gstreamer on debian sid. # configure: *** checking feature: dvdread library *** # configure: *** for plug-ins: dvdreadsrc *** # checking for DVDOpen in -ldvdread... yes # checking dvdread/dvd_reader.h usability... yes # checking dvdread/dvd_reader.h presence... yes # checking for dvdread/dvd_reader.h... yes # configure: *** These plugins will be built: dvdreadsrc # configure: *** Plug-ins with dependencies that will be built: # a52dec # dvdreadsrc # id3tag # mad # mpeg2dec # sid # configure: *** Plug-ins with dependencies that will NOT be built: # amrnb # dvdnav # lame cd $HOME sudo rm -r $HOME/gst-plugins-ugly cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer co gst-plugins-ugly cd $HOME/gst-plugins-ugly ./autogen.sh --prefix=/usr make sudo make install
GStreamer's URI scheme doesn't support setting the device for dvd/cd URIs yet, so this is essentially a duplicate of bug #321532. You should just use totem /media/disk/collection/MYDVD_S02D01/ I think it will do the right thing then. *** This bug has been marked as a duplicate of 321532 ***