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>
Bye