DVD-Video .ISO/.IMG image playback?
#1
Question 
Has anyone gotten this to work? When I try an .iso file nothing happens, anyone been able to get a dvd they ripped to iso to work on the linux version, btw this iso file works on my old xbox...
-------------
I Bare It All -Personal Blog
Reply
#2
just an update from the debug log when trying a dvd.

Code:
msg: libdvdnav: Using dvdnav version 0.2.0cvs from http://dvd.sf.net
  msg: libdvdread: Using libdvdcss version 1.2.9 for DVD access
CreateFile, error 13 opening file </home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO>.
  msg: libdvdread: Could not open /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO with libdvdcss.
  msg: libdvdread: Can't open /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO for reading
libdvdnav: vm: failed to open/read the DVD
Error on dvdnav_open
InputStream: Error opening, /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO
CDVDPlayer::OnExit()
DVDPlayer: eof, waiting for queues to empty
CDVDPlayer::OnExit() deleting input stream
Playback has finished
CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
staticThread, deleting thread graphic context
Thread 2973756304 terminating
CVideoDatabase::GetEpisodeInfo(/home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO), query = select idEpisode from episode where idFile=1
CVideoDatabase::GetMusicVideoInfo(/home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO), query = select idMVideo from musicvideo where idFile=1
CDVDPlayer::CloseFile()
CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
DVDPlayer: waiting for threads to exit
DVDPlayer: finished waiting
clear
OnKey: 11 pressed, action is 7
new file set audiostream:0
CPlayerCoreFactor::GetPlayers(/home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO)
DVDPlayer: Opening: /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO
CDVDPlayer::CloseFile()
CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
DVDPlayer: waiting for threads to exit
DVDPlayer: finished waiting
CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
thread start, auto delete: 0
Creating InputStream
  msg: libdvdnav: Using dvdnav version 0.2.0cvs from http://dvd.sf.net
  msg: libdvdread: Using libdvdcss version 1.2.9 for DVD access
CreateFile, error 13 opening file </home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO>.
  msg: libdvdread: Could not open /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO with libdvdcss.
  msg: libdvdread: Can't open /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO for reading
libdvdnav: vm: failed to open/read the DVD
Error on dvdnav_open
InputStream: Error opening, /home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO
CDVDPlayer::OnExit()
DVDPlayer: eof, waiting for queues to empty
CDVDPlayer::OnExit() deleting input stream
Playback has finished
CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
staticThread, deleting thread graphic context
Thread 2973756304 terminating
CVideoDatabase::GetEpisodeInfo(/home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO), query = select idEpisode from episode where idFile=1
CVideoDatabase::GetMusicVideoInfo(/home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO), query = select idMVideo from musicvideo where idFile=1
CDVDPlayer::CloseFile()
CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
DVDPlayer: waiting for threads to exit
DVDPlayer: finished waiting
clear
SECTION:UnloadDelayed(DLL: Q:\system\players\dvdplayer\libdvdnav-i486-linux.so)
Unloading: libdvdnav-i486-linux.so
-------------
I Bare It All -Personal Blog
Reply
#3
Used to work for me but havn't tried it in a while
Reply
#4
Do you see any related logs in /var/log/messages ?

use pastebin.com to post future logs. Wink
Reply
#5
Quote:CreateFile, error 13 opening file </home/gateway/mounts/DVD/U2 Elevation Tour 2001/U2_ELEVATION_2001_DISC1.ISO>.

Permissions problem or something? It sure looks like there's a failure to flat out open the file for reading, and not so much a problem when playing back the already-open file.

-b
Reply
#6
I think error 13 is a permission denied.

Could you make sure you have (user that runs xbobxmediacenter) read / write access to the directory where the iso file is located ?
Reply
#7
it might be a permission prob.. I had hell of a time getting smbfs working with vista.. I noticed when i do a

mount -t smbfs //MEDIASERVER/Videos mounts/

it mounts all my stuff as root...

I forgot if I tried with log/pass thats valid on the vista box, I also read somewhere that people where seeing issues with vista mounts as root also..

Im debugging all my issues when ever I get a free min here or their so I just need to really sit down and spend some time with it.
-------------
I Bare It All -Personal Blog
Reply

Logout Mark Read Team Forum Stats Members Help
DVD-Video .ISO/.IMG image playback?0