From 76b17d856fe7ce6ccaa377e31a53a733920548df Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 19 Nov 2016 17:02:36 -0500 Subject: added playback rate control 1,1.5,2x. #382 --- www/js/EventModalCtrl.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/js/EventModalCtrl.js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 5773c5ef..62609e5a 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -163,7 +163,9 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro NVRDataModel.debug("Player is ready"); $timeout(function() { + handle.setPlayback(2); handle.play(); + }, 400); // window.stop(); -- cgit v1.2.3