Actually stream the new session instead of just starting it

This commit is contained in:
Cameron Gutman 2016-03-10 23:21:06 -08:00
parent 147b4cf9f3
commit f45ecb9edc

View File

@ -121,7 +121,9 @@ function startPushed() {
rikey, rikeyid, rikey, rikeyid,
0, // Play audio locally too 0, // Play audio locally too
0x030002 // Surround channel mask << 16 | Surround channel count 0x030002 // Surround channel mask << 16 | Surround channel count
); ).then(function (ret) {
sendMessage('startRequest', [target, streamWidth, streamHeight, frameRate, bitrate.toString(), api.serverMajorVersion.toString()]);
});
}); });
} }
else { else {