XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > XBMC General Help and Support > XBMC for Linux and XBMC Live Specific Support

XBMC for Linux and XBMC Live Specific Support Need help with XBMC for Linux or XBMC Live, or think you've found a bug? Discuss it here.

Reply
 
Thread Tools Search this Thread Display Modes
Old 2007-09-24, 23:33   #1
gateway69
Senior Member
 
Join Date: Mar 2007
Posts: 137
gateway69 is on a distinguished road
Question DVD-Video .ISO/.IMG image playback?

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
gateway69 is offline   Reply With Quote
Old 2007-09-25, 07:48   #2
gateway69
Senior Member
 
Join Date: Mar 2007
Posts: 137
gateway69 is on a distinguished road
Default

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
gateway69 is offline   Reply With Quote
Old 2007-09-25, 08:50   #3
Jezz_X
Team-XBMC Skinner
 
Jezz_X's Avatar
 
Join Date: Jun 2006
Location: Earth
Posts: 2,512
Jezz_X is on a distinguished road
Default

Used to work for me but havn't tried it in a while
Jezz_X is offline   Reply With Quote
Old 2007-09-25, 14:18   #4
slash
Member
 
Join Date: Sep 2007
Posts: 89
slash is on a distinguished road
Default

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

use pastebin.com to post future logs.
slash is offline   Reply With Quote
Old 2007-09-25, 22:24   #5
aiken
Member
 
Join Date: Aug 2007
Posts: 30
aiken is on a distinguished road
Default

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
aiken is offline   Reply With Quote
Old 2007-09-26, 16:38   #6
slash
Member
 
Join Date: Sep 2007
Posts: 89
slash is on a distinguished road
Default

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 ?
slash is offline   Reply With Quote
Old 2007-09-27, 00:11   #7
gateway69
Senior Member
 
Join Date: Mar 2007
Posts: 137
gateway69 is on a distinguished road
Default

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
gateway69 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 00:08.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project