mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-16 13:20:26 +00:00
Plumb RTSP session URL into LiStartConnection()
This commit is contained in:
@@ -711,7 +711,8 @@ function startGame(host, appID) {
|
||||
}
|
||||
|
||||
sendMessage('startRequest', [host.address, streamWidth, streamHeight, frameRate,
|
||||
bitrate.toString(), rikey, rikeyid.toString(), mouse_lock_enabled, host.appVersion, host.gfeVersion
|
||||
bitrate.toString(), rikey, rikeyid.toString(), mouse_lock_enabled, host.appVersion, host.gfeVersion,
|
||||
$root.find('sessionUrl0').text().trim()
|
||||
]);
|
||||
}, function(failedResumeApp) {
|
||||
console.eror('%c[index.js, startGame]', 'color:green;', 'Failed to resume the app! Returned error was' + failedResumeApp);
|
||||
@@ -748,7 +749,8 @@ function startGame(host, appID) {
|
||||
}
|
||||
|
||||
sendMessage('startRequest', [host.address, streamWidth, streamHeight, frameRate,
|
||||
bitrate.toString(), rikey, rikeyid.toString(), mouse_lock_enabled, host.appVersion
|
||||
bitrate.toString(), rikey, rikeyid.toString(), mouse_lock_enabled, host.appVersion,
|
||||
$root.find('sessionUrl0').text().trim()
|
||||
]);
|
||||
}, function(failedLaunchApp) {
|
||||
console.error('%c[index.js, launchApp]', 'color: green;', 'Failed to launch app width id: ' + appID + '\nReturned error was: ' + failedLaunchApp);
|
||||
|
||||
Reference in New Issue
Block a user