patch for using cambozola

Forum for questions and support relating to the 1.25.x releases only.
Locked
gluppi
Posts: 4
Joined: Mon Jul 21, 2014 8:32 am

patch for using cambozola

Post by gluppi »

For the benefits of all, in order to have cambozola working, I had to patch the source.
In /usr/share/zoneminder/includes/functions.php near line 393, change te <applet> tag to

Code: Select all

<object id       = "<?= $id ?>"
        codetype = "application/java"
        classid  = "java:com.charliemouse.cambozola.Viewer"
        width    = "<?= $width ?>"
        height   = "<?= $height ?>"
        title    = "<?= $title ?>"
>
 <param name="archive"     value="<?= ZM_PATH_CAMBOZOLA ?>" />
 <param name="accessories" value="none" />
 <param name="url"         value="<?= $src ?>" />
</object>
Hope this works for anybody else, too.
Bye
Locked