From 83c529442772e533eeadd8249920a22f69a83c2f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 9 Dec 2015 18:22:10 -0600 Subject: [PATCH] FS-8641 hard code to 15 for now until this is complete --- .../src/vertoService/services/vertoService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js index 3b2c01758a..6b3629b32f 100644 --- a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js +++ b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js @@ -342,7 +342,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora maxWidth: w, maxHeight: h, minFrameRate: 15, - vertoBestFrameRate: 30 + vertoBestFrameRate: 15 }); videoQuality.forEach(function(qual){ if (w === qual.width && h === qual.height) {