Hi Guys,
I've recently installed XBMC on a clean Win7 x32 machine, but I'm unable to get XBMC to play any DVD ISOs.
The machine only has XBMC, NOD32 anti-virus and the K-Lite codec package installed, plus all the latest drivers and updates.
I've already tried updating XBMC to the latest nightly build: d085231
my logfile: http://pastebin.com/in6cXRyk
Any ideas?
Thanks!
Michel
michelvdriel
Junior Member Posts: 6 Joined: Aug 2011 Reputation: 0 |
|
| find quote |
bluray
Posting Freak Joined: May 2011 Reputation: 139 |
2011-08-15 22:53
Post: #2
michelvdriel Wrote:Hi Guys,xbmc wouldn't playback bd/dvd iso by itself. you should be able to playback all bd/dvd files with the steps below- 1. the easiest way- download darma 10.1, but launch xbmc from this folder- xbmc_hd_audio. 2. using external player (powerdvd, totalmedia 5, etc) with these codes: these codes should work, and you need to structure the folder and codes as the enclosed guide in the link. it work flawless on my three htpcs- xbmc_vcd_tmt5 (if you want to use your personal player, you can simply replace tmt5) below are the actual codes, and you can simply copy the coded into notepad to create the files and save it in the folder as above and replace tmt5 with powerdvd: PlayDisc.BAT "C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" E: (note- E: is bd-rom) PlayISO.BAT "C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1 "C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" N: (note-N: is vcd drive use for mounting iso) "C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u playercorefactory.XML <playercorefactory> <players> <player name="PlayISO" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Dell\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename> <args>"{1}" /fullscreen /close</args> <forceontop>false</forceontop> <hidexbmc>false</hidexbmc> <hidecursor>false</hidecursor> </player> <player name="PlayDisc" type="ExternalPlayer" audio="false" video="true"> <filename>C:\Users\Dell\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename> <args>"{1}" /fullscreen /close</args> <forceontop>false</forceontop> <hidexbmc>false</hidexbmc> <hidecursor>false</hidecursor> </player> </players> <rules action="prepend"> <!-- Bluray ISO --> <rule filename="*iso*" player="PlayISO"/> <!-- Bluray Disc --> <rule protocols="bd" player="PlayDisc"/> </rules> </playercorefactory> >Alienware X51- do it all HTPC >Simplify XBMC configurations >HOW-TO Bitstreaming using XBMC I refused to watch movie without bitstreaming HD audio!
(This post was last modified: 2011-08-15 23:30 by bluray.)
|
| find quote |
0wing
Senior Member Posts: 227 Joined: Aug 2010 Reputation: 37 Location: Sweden |
2011-08-15 23:13
Post: #3
XBMC can and should be able to play DVD iso files, it can play unencrypted bluray isos too (without HD audio though).
Do you have this problem with just the nightly builds or do you get it with 10.1 too? Btw, codec packs have no effect on XBMC. |
| find quote |
michelvdriel
Junior Member Posts: 6 Joined: Aug 2011 Reputation: 0 |
2011-08-15 23:48
Post: #4
Thx bluray, I'm certain to give your tips a try if I can't figure out how to play DVDs directly from XBMC.
0wing, I wasn't sure if codecpacks had any influence. Mentioning K-Lite to be sure. I've got the same problem with 10.1 as well. I upgraded to the nightly build just to see if this solved the problem... which it didn't. Haven't tested a blu-ray ISO yet, just focused on the DVD isos for the moment. The problem arises with every single DVD iso. If I unpack one (I've tried three), XBMC plays it just fine. |
| find quote |
wes paich
Senior Member Posts: 223 Joined: Aug 2010 Reputation: 0 |
2011-08-16 01:26
Post: #5
i have been using iso's with no problem. i've ripped my collection, about 250 movies and more tv shows, to uncompressed iso and they play fine.
win 7 x64 dharma stable xbmc4xbox 3.0.1 stable |
| find quote |
bluray
Posting Freak Joined: May 2011 Reputation: 139 |
2011-08-16 04:42
Post: #6
michelvdriel Wrote:Thx bluray, I'm certain to give your tips a try if I can't figure out how to play DVDs directly from XBMC.i'm enjoy using the pre-eden in my signature. i can play just about any dvd/bd files with dts-hd/truehd audios without the messy advancesettings and playercorefactory. >Alienware X51- do it all HTPC >Simplify XBMC configurations >HOW-TO Bitstreaming using XBMC I refused to watch movie without bitstreaming HD audio! |
| find quote |
jhsrennie
Team-XBMC Developer Posts: 7,237 Joined: Nov 2008 Reputation: 117 Location: Chester, UK |
2011-08-16 10:30
Post: #7
michelvdriel Wrote:Thx bluray, I'm certain to give your tips a try if I can't figure out how to play DVDs directly from XBMC. We need to see a debug log. Enable debug logging from System settings, System, Debugging, and restart XBMC and try playing one of the offending ISOs. To open the debug log is to press Windows-R and in the Run dialog type: "%appdata%\xbmc\xbmc.log" (including the quotes). Click OK and the log should open in Notepad. Copy and paste the log into pastebin.com and post the link it gives you here. A quick check: is the ISO a DVD image? I don't think XBMC can play ISOs of data DVDs, but it can certainly play ISOs of video DVDs. JR |
| find quote |
michelvdriel
Junior Member Posts: 6 Joined: Aug 2011 Reputation: 0 |
2011-08-16 17:13
Post: #8
Hi bluray,
It looks like a very good workaround, but it doesn't solve the underlying problem. XBMC should be able to play these ISOs out of the box, but it doesn't and I want to solve this. Thanks for your guide though, I might just need it if I'm unable to work this out ![]() Hi jhsrennie, thanks for your reply. I've already included my debug logfile, see the link in my original post (link to pastbin). And to confirm, all ISOs are indeed video DVD images. I used XBMC before on another computer, and was able to play these files out of the box without a hitch. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-08-16 17:23
Post: #9
i'm not 100, but i'm 95 this is the case (it usually is);
are you 100% that those are proper DVD iso's? the problem is very often they have a joliet + iso level 3 filesystem, a dvd iso is hybrid iso level 1 / udf 1.02. it works in other players cause those mount through the os'es routines which supports those file system. libdvdread, which we use to read isos, does not. secondarily, if you are absolutely certain they are proper dvd isos, i also see that your libdvdcss is very confused as to where it can find its cache dir. that looks to be a windows-only issue, and there i can't help much. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
michelvdriel
Junior Member Posts: 6 Joined: Aug 2011 Reputation: 0 |
2011-08-16 17:29
Post: #10
Well, there's only one way to check if the ISOs are of the right filesystem... I'm going to recode one and see if this works.
Will report back! |
| find quote |


Search
Help