Click to See Complete Forum and Search --> : Play DVD .iso with xine?


Espen
10-23-2005, 11:23 AM
I’m building a HTPC with mythtv for my living room, and I function I need is to play DVD.iso files from my file server directly over the network.
Playing a DVD with xine works fine, but I cannot get it to play an .iso.
If I try using the command:

xine –pfhq –no-splash dvd:/mnt/fileserver/DVD/Waterworld.iso

xine shows the warning picture at the beginning of the DVD, but then it exits with the following error:

libdvdread: Can’t seek to block 2280114
libdvdread: Invalid IFO for title 3 (VTS_03_0.IFO).
xiTK received SIGSEGV signal, RIP.
Aborted

This error also occurs when I try mounting it first with:

mount –t auto /mnt/fileserver/DVD/Waterworld.iso /mnt/iso –o ro,loop,unhide,uid=mythtv

But if I try to play the original DVD from the DVD-ROM it works fine, and it also works fine if I burn the image (created by DVD Shrink 3.2) to a DVD and play it in the DVD-ROM.

Is there a way to make this work?
I’ve tried mplayer, and it works, but I also need menu support.

je_fro
10-23-2005, 02:57 PM
Maybe try it with ogle. Ogle is what you should be using for this, IMO.

Espen
10-23-2005, 04:36 PM
When I try

ogle /mnt/fileserver/DVD/Waterworld.iso

I get:

libdvdread: Invalid IFO for title 3 (VTS_03_0.IFO).
libdvdread: Invalid IFO for title 3 (VTS_03_0.BUP).
FATAL[ogle_nav]: ifoOpenVTSI failed
ERROR[ogle_ctrl]: ogle_sysv_shmrm: Invalid argument

For both the .iso file, and the mounted image. But when I burned the iso file to a DVD, it worked..

Espen
10-26-2005, 10:32 AM
I managed to get it working with VLC.