After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530949 - dvd menu navigation is not avalible
dvd menu navigation is not avalible
Status: RESOLVED DUPLICATE of bug 502609
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-01 21:00 UTC by Jelle de Jong
Modified: 2008-05-08 08:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jelle de Jong 2008-05-01 21:00:36 UTC
ok, first i want to say that in some situation dvd navigation in a necessity, for example when watching a dvd with for 4 episodes of a tv series and an extra menu section with specials of the serie, like photos, storyboards and lots of other titles with interviews. in this situation it is really necessary to have dvd menu navigation just like in commercial available standalone players. besides this i can imagine that there are also usability standpoints of having user interaction with dvd menus.

I tested this with the latest gst-plugins-ugly cvs and totem-gstreamer on
debian sid, all commands does not seem to work.

totem dvd://media/disk/collection/MYDVD_S02D01/
totem dvdnav://media/disk/collection/MYDVD_S02D01/
totem "$1" dvd://0 dvd://1 dvd://2 dvd://3 dvd://4 dvd://5 dvd://6 dvd://7 dvd://8 dvd://9


# 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
Comment 1 Thijs Vermeir 2008-05-01 21:11:42 UTC
I see that the dvdnav plugin is in the list with plugins that will not be build... I think that you also want to build this from CVS.

The dvd uri protocol that you are using is not correct, it needs to be like:
dvd://title,chapter,angle
Comment 2 Tim-Philipp Müller 2008-05-01 21:20:17 UTC
(In reply to comment #1)
> I see that the dvdnav plugin is in the list with plugins that will not be
> build... I think that you also want to build this from CVS.

No, the dvdnav is disabled on purpose, unconditionally. Even if you build it, it won't help.

 
> The dvd uri protocol that you are using is not correct, it needs to be like:
> dvd://title,chapter,angle

just  dvd://titlenumber   should be fine too.


*** This bug has been marked as a duplicate of 502609 ***
Comment 3 Jelle de Jong 2008-05-01 21:27:32 UTC
Ok is there any way to request the available titles chapters and angels?

dvd://0,0,0
dvd://1,0,0
dvd://2,0,0
dvd://2,1,0
dvd://2,2,0
dvd://2,2,1
dvd://2,2,2
dvd://2,3,0
dvd://3,0,0

The first title option response correctly the title start playing, but all other options result in the same behavior, I could not determine any changes.

Can you tell me what to do to get dvdnav to enable...
Comment 4 Tim-Philipp Müller 2008-05-01 22:07:21 UTC
(In reply to comment #3)
> Ok is there any way to request the available titles chapters and angels?

Programmatically, yes.

> dvd://0,0,0

Titles should start from 1 ... (0,0,0 might default to 1, not sure)

> ...
> The first title option response correctly the title start playing, but all
> other options result in the same behavior, I could not determine any changes.

There's another (already open, existing) bug about chapter selection not working on startup. Not sure about angels, it's unlikely your dvd has multiple angles.


> Can you tell me what to do to get dvdnav to enable...

You can't. It won't help. There's no point at the moment. It won't work. Really.
 
Comment 5 Jelle de Jong 2008-05-01 22:11:00 UTC
I can donate 20 dollar to the developer, if dvd navigation gets included in the next 6 months, i have been waiting more then 2 years already ......
Comment 6 Mantas Kriaučiūnas 2008-05-08 08:26:47 UTC
Why this bug is marked as a duplicate of INVALID tracker bug #502609 ?
AFAIK there is another identifical bug about missing DVD menu support: bug #531649 , please merge this bug with that.