View Full Version : ISO file support
sorry maybe to ask a redoundant question bur: iso file support ?
is it in?
if yes which file formats?
Thanks in advance
CrazyIvan
2008-03-10, 03:59
It is in XBMC but not yet working in the windows SDL build.
I suppose theres no rar support yet ?
It is in XBMC but not yet working in the windows SDL build.
i have no problem playing iso files in win sdl build..
I suppose theres no rar support yet ?
I tried one eary version and there already was rar support
i have no problem playing iso files in win sdl build..
how do you do that?
You have daemon tools? or what?
mf
dpassent
2008-03-10, 21:38
Have you ever been using XBMC on Xbox? Just click on iso file with the DVD image and XBMC will play it. This is (among other coll things) the most cool feature of XBMC. It kicks some serious ass with it. :)
DP
CrazyIvan
2008-03-10, 22:19
i have no problem playing iso files in win sdl build..
I tried this on an ISO on a mapped drive with the latest uploaded version. It opened the file and then locked up. Must be something on my end.
I tried this on an ISO on a mapped drive with the latest uploaded version. It opened the file and then locked up. Must be something on my end.
as long as i use the download that still requires the runmefirst bat, iso's play fine..
Gamester17
2008-03-11, 12:59
as long as i use the download that still requires the runmefirst bat, iso's play fine..That is XBMC_PC.exe which is the DirectX version that is built from the Xbox SVN trunk.
This forum is for the SDL/OpenGL version (builds to XBMC.exe) and is built from the linuxport SVN branch.
sorry, was not clear.. Artvandelae posted an sdl build that requires the runmefirst bat file from the directx version to run, Wiso posted a build that did not require the bat file to run.. they are both sdl versions.. ISO files work fine in Art's build and will play in Wiso's but not correctly..
crashnburn
2008-07-18, 14:49
i have no problem playing iso files in win sdl build..
I am having an issue with the latest download from Source Forge.
I tried this on an ISO on a mapped drive with the latest uploaded version. It opened the file and then locked up. Must be something on my end.
?? Resolved?
as long as i use the download that still requires the runmefirst bat, iso's play fine..
Which one is that?
sorry, was not clear.. Artvandelae posted an sdl build that requires the runmefirst bat file from the directx version to run, Wiso posted a build that did not require the bat file to run.. they are both sdl versions.. ISO files work fine in Art's build and will play in Wiso's but not correctly..
I don't have it working at all. Which version should I get? Where? How?
Forget the mentioned builds because they're obsolete. DVD playback was broken when we compiled the current installer but already fixed in svn.
crashnburn
2008-07-18, 21:04
Forget the mentioned builds because they're obsolete. DVD playback was broken when we compiled the current installer but already fixed in svn.
I recently installed the "rev-xxxx.exe" from the Win 32 downloads. How do I fix this issue / from the SVN?
DVD playback still seems to be broken in SVN. It works for the xbox, but not for Win32. In Win32, I get this thread error:
ERROR: CThread::staticThread : Access violation at 0x007e8827: Reading location 0xa1ec8b55
Damn.
@Charly: No further possibility to wait for the Linux guys :laugh:
DVD playback still seems to be broken in SVN. It works for the xbox, but not for Win32. In Win32, I get this thread error:
ERROR: CThread::staticThread : Access violation at 0x007e8827: Reading location 0xa1ec8b55
Yep, same here.
11:58:56 T:4032 M:1365540864 NOTICE: DVDPlayer: Opening: H:\Harold & Kumar Go to White Castle.ISO
11:58:56 T:4032 M:1365630976 WARNING: CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
11:58:56 T:3580 M:1365614592 NOTICE: Creating InputStream
11:58:56 T:3580 M:1365221376 ERROR: CThread::staticThread : Access violation at 0x007e8317: Reading location 0xa1ec8b55
11:58:56 T:3580 M:1365217280 NOTICE: CDVDPlayer::OnExit()
TheWoert
2008-07-21, 08:25
Had that same error, SVN rev 14316.
Solved it by copying liddvdcss-2.dll to \XBMC\system\player\dvdplayer\
DVD playback is working for me now.
TheWoert
2008-07-21, 08:27
@me:
Should be libdvdcss-2.dll :o
@me:
Should be libdvdcss-2.dll :o
Oh, is it missing in this build? ???
You know, I forgot to check that. The Win32BuildSetup should include that dll. Maybe the binary was removed from svn?
The binary is removed from svn due to the gray zone in some countries but Charly and I included it manually. Maybe it was forgotten during the last build and we should add the library again since it is still there for the xbox anyway.
Confirmed missing from the latest Win32 build.
Copying it from the latest T3CH build fixes DVD/ISO playback.
if the binary dll is intentionally removed from the svn, then the build batch file should at least compile it from source.
Gamester17
2008-07-21, 16:38
The binary is removed from svn due to the gray zone in some countries but Charly and I included it manually. Maybe it was forgotten during the last build and we should add the library again since it is still there for the xbox anyway.Yes the libdvdcss source code library should be in the SVN, ...we can't be bothered about the legal gray zones that only applies to some countries (as then we would have to remove most of the codecs from FFmpeg and a lot of other code as as well).
if the binary dll is intentionally removed from the svn, then the build batch file should at least compile it from source.as you probably have noticed from the SVN mailing-list the whole team is currently in the progress of removing all binaries from the SVN (and only have the full source code and make files for them instead), this is not though for legal reasons but instead to have the code better structured for cross-platform development, (have a chat with spiff and malloc on IRC for more information).
PS! FYI; just a heads up, I read on the libdvdcss-devel mailing list that they will soon make another release
http://www.videolan.org/developers/libdvdcss.html
http://mailman.videolan.org/listinfo/libdvdcss-devel
:;):
Confirmed missing from the latest Win32 build.
Copying it from the latest T3CH build fixes DVD/ISO playback.
still the t3ch one is xbox optimized so I doubt that real DVDs would work flawless. ISO will work of course.
libdvdcss-2.dll added to svn again.
Gamester17
2008-07-21, 17:35
isn't the full source code for the libdvdcss library in the SVN?
if not then I guess it should be added to the vendor structure?
The full source code is there but not in the vendor structure (never understood the process there :cool: )
libdvdcss-2.dll added to svn again.
Win32 build
- DVD playback is working.
- ISO playback working on some ISOs but not all although they played with the last libdvdcss-2.dll that worked.
nickleburn
2008-07-22, 00:42
Just tried XBMC for Window for the first time today.
Wasn't able to use ISO's (ones created by DVD Shrink at least). Tried using the "libdvdcss-2.dll" from a T3CH release on 3/30/08, and still had no luck with the ISO's.
On a side note, the rest of it seems to be working really well for me. It even plays a .mkv file that Windows Media player (No codec as usual) and my origonal Xbox (hesitated, and ran slow) hated. Thanks for this great software! Looking forward to future releases.
marlboroman1
2008-07-22, 01:43
if you want dvd play back why not use the last released version until a new one is available?
Rev13859.exe is still available for download
http://sourceforge.net/project/showfiles.php?group_id=87054&package_id=267023
its working fine once i restored the dll. thanks for the tip.
TrocaNiklas
2008-07-22, 03:49
well i tried installing the new dll with no luck. I downloaded alot of te3h rlses and tried didnt work with any of em. i then downgraded to the older version and dvd playback of isos worked perfect so i tried to copy just the dvdplayer map from the old version in system/player and the reinstalling the new version and exchange the dvd player still no luck so i rly dont get how ppl got it to work must have ben something more then just that dll.
I've tried libdvdcss-2.dlls from svn trunk, linux branch, t3ch builds and from the last win32 installer. Nothing worked for me. I guess I'll just be waiting on the new win32 build.