mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Actually stream the new session instead of just starting it
This commit is contained in:
parent
147b4cf9f3
commit
f45ecb9edc
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user