I am trying to get this kodi add on working, but I can not get any video streams to play. I am running zoneminder 1.29.0 on ubuntu 15.04 using repository ppa:iconnor/zoneminder. I am running Kodi 15.2 using openelec 6.0.3
The add on installs fine. In settings I replace the servername with the IP of my zoneminder install. When I open the addon I see a list of my monitors both live view and events. I am not able to play any video though. Opening the events I do see a listing of all the events for the monitor, but none of them play.
Looking at the kodi log the URL is wrong, it is missing the zm directory. I do have the "ZM Directory" set to zm in the settings...
Instead of trying to open:
http://192.168.60.24/zm/cgi-bin/nph-zms ... &maxfps=25
it tries to open:
http://192.168.60.24/cgi-bin/nph-zms?mo ... &maxfps=25
Here is the kod log output when I try to play a live view:
11:46:59 T:140606843443072 NOTICE: DVDPlayer: Opening:
http://192.168.60.24/cgi-bin/nph-zms?mo ... &maxfps=25
11:46:59 T:140606843443072 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
11:46:59 T:140605820761856 NOTICE: Thread DVDPlayer start, auto delete: false
11:46:59 T:140605820761856 NOTICE: Creating InputStream
11:46:59 T:140605820761856 ERROR: CCurlFile::Open failed with code 404 for
http://192.168.60.24/cgi-bin/nph-zms?mo ... &maxfps=25
11:46:59 T:140605820761856 ERROR: Open - failed to open source <
http://192.168.60.24/cgi-bin/nph-zms?mo ... &maxfps=25>
11:46:59 T:140605820761856 ERROR: CDVDPlayer::OpenInputStream - error opening [
http://192.168.60.24/cgi-bin/nph-zms?mo ... &maxfps=25]
11:46:59 T:140605820761856 NOTICE: CDVDPlayer::OnExit()
11:46:59 T:140606843443072 ERROR: Playlist Player: skipping unplayable item: 0, path [
http://192.168.60.24/cgi-bin/nph-zms?mo ... &maxfps=25
11:46:59 T:140606843443072 NOTICE: CDVDPlayer::CloseFile()
11:46:59 T:140606843443072 NOTICE: DVDPlayer: waiting for threads to exit
11:46:59 T:140606843443072 NOTICE: DVDPlayer: finished waiting
11:46:59 T:140606843443072 NOTICE: CDVDPlayer::CloseFile()
11:46:59 T:140606843443072 NOTICE: DVDPlayer: waiting for threads to exit
11:46:59 T:140606843443072 NOTICE: DVDPlayer: finished waiting