Kodi Community Forum
ISO file support - 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: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: ISO file support (/showthread.php?tid=31832)

Pages: 1 2 3


- kraqh3d - 2008-07-19

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:ConfusedtaticThread : Access violation at 0x007e8827: Reading location 0xa1ec8b55


- WiSo - 2008-07-19

Damn.
@Charly: No further possibility to wait for the Linux guys Laugh


- Hitcher - 2008-07-19

kraqh3d Wrote: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:ConfusedtaticThread : Access violation at 0x007e8827: Reading location 0xa1ec8b55

Yep, same here.

Code:
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

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

@me:
Should be libdvdcss-2.dll :o


- WiSo - 2008-07-21

TheWoert Wrote:@me:
Should be libdvdcss-2.dll :o

Oh, is it missing in this build? Huh


- kraqh3d - 2008-07-21

You know, I forgot to check that. The Win32BuildSetup should include that dll. Maybe the binary was removed from svn?


- WiSo - 2008-07-21

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.


- Hitcher - 2008-07-21

Confirmed missing from the latest Win32 build.

Copying it from the latest T3CH build fixes DVD/ISO playback.


- kraqh3d - 2008-07-21

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

WiSo Wrote: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).

kraqh3d Wrote: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

Wink


- WiSo - 2008-07-21

Hitcher Wrote: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.


- WiSo - 2008-07-21

libdvdcss-2.dll added to svn again.


- Gamester17 - 2008-07-21

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?


- WiSo - 2008-07-21

The full source code is there but not in the vendor structure (never understood the process there Cool )