ISO movie library over HTML
#1
I have been attempting to set up a ISO DVD library over HTML to share with family and friends. I have an Apache2 server setup with the following structure.

www
--Test
----Test.iso
----movie.nfo
--Test2
----Test2.iso
----movie.nfo

Kodi is able to see the file structure but gives me the following error in the log. If anyone is able to help it would be greatly appreciated! 

12:31:50.261 T:1380  NOTICE: VideoPlayer: Opening: http://192.168.1.52:80/test/test.iso
12:31:50.261 T:1380 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
12:31:50.264 T:9596  NOTICE: Creating InputStream
12:31:50.300 T:9596   ERROR: Error on dvdnav_open
12:31:50.300 T:9596   ERROR: CVideoPlayer::OpenInputStream - error opening [http://192.168.1.52:80/test/test.iso]
12:31:50.300 T:9596  NOTICE: CVideoPlayer::OnExit()
12:31:50.300 T:1380   ERROR: Playlist Player: skipping unplayable item: 0, path [http://192.168.1.52:80/test/test.iso]
12:31:50.309 T:1380  NOTICE: CVideoPlayer::CloseFile()
12:31:50.309 T:1380  NOTICE: VideoPlayer: waiting for threads to exit
12:31:50.309 T:1380  NOTICE: VideoPlayer: finished waiting
12:31:50.309 T:1380  NOTICE: CVideoPlayer::CloseFile()
12:31:50.309 T:1380  NOTICE: VideoPlayer: waiting for threads to exit
12:31:50.309 T:1380  NOTICE: VideoPlayer: finished waiting
Reply

Logout Mark Read Team Forum Stats Members Help
ISO movie library over HTML0