Kodi Community Forum
DVD-Video .ISO/.IMG image playback? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: DVD-Video .ISO/.IMG image playback? (/showthread.php?tid=28738)



DVD-Video .ISO/.IMG image playback? - gateway69 - 2007-09-24

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


- gateway69 - 2007-09-25

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



- Jezz_X - 2007-09-25

Used to work for me but havn't tried it in a while


- slash - 2007-09-25

Do you see any related logs in /var/log/messages ?

use pastebin.com to post future logs. Wink


- aiken - 2007-09-25

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


- slash - 2007-09-26

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 ?


- gateway69 - 2007-09-26

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.