From f45ecb9edcc25510e4e9a4fe764c593d6828c754 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 10 Mar 2016 23:21:06 -0800 Subject: [PATCH] Actually stream the new session instead of just starting it --- static/js/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 5e00dba..45d7d34 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -121,7 +121,9 @@ function startPushed() { rikey, rikeyid, 0, // Play audio locally too 0x030002 // Surround channel mask << 16 | Surround channel count - ); + ).then(function (ret) { + sendMessage('startRequest', [target, streamWidth, streamHeight, frameRate, bitrate.toString(), api.serverMajorVersion.toString()]); + }); }); } else {