diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-11-25 07:42:00 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-11-25 07:42:00 -0500 |
| commit | 0c12e440bdb5ad7c6bbea98a76fd1570187d23ac (patch) | |
| tree | 45ddfd762a6cd629b0be95859116f0d39ed849bb /www/js/EventModalCtrl.js | |
| parent | 24413cfc86c60da2d252b510712e4f94ac01faf8 (diff) | |
specify mjpeg and h264 modes - ZM seems to do it
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 045c8296..8bab2ac7 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -2201,7 +2201,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro event.Event.video = {}; var videoURL; - videoURL = event.Event.recordingURL + "/index.php?view=view_video&eid=" + event.Event.Id; + videoURL = event.Event.recordingURL + "/index.php?view=view_video&mode=mpeg&format=h264&eid=" + event.Event.Id; if ($rootScope.authSession != 'undefined') videoURL += $rootScope.authSession; if ($rootScope.basicAuthToken) videoURL = videoURL + "&basicauth=" + $rootScope.basicAuthToken; |
