mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-03 14:26:10 +00:00
Actually stream the new session instead of just starting it
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user