mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Version 1.12 (#95)
* Update README.md * Bump version to 1.12 * Bump version to 1.12
This commit is contained in:
parent
dce0a44d2a
commit
3a82b74cda
22
README.md
22
README.md
@ -30,12 +30,15 @@ If you like this project please give it a 🌟. Thank you 🙏.
|
|||||||
<br>
|
<br>
|
||||||
<img width="600" alt="Stream HUD" src="https://github.com/redphx/better-xcloud/assets/96280/e30f6514-13ca-41c6-bff2-979573cff956">
|
<img width="600" alt="Stream HUD" src="https://github.com/redphx/better-xcloud/assets/96280/e30f6514-13ca-41c6-bff2-979573cff956">
|
||||||
<br>
|
<br>
|
||||||
<img width="600" alt="Video settings" src="https://github.com/redphx/better-xcloud/assets/96280/c45877f9-379c-4ba4-977c-021d3d8835e4">
|
<img width="600" alt="Video settings" src="https://github.com/redphx/better-xcloud/assets/96280/a8614693-7f56-4a49-82ad-c1fd7e2e00a5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Demo video:** [https://youtu.be/oDr5Eddp55E ](https://youtu.be/AYb-EUcz72U)
|
**Demo video:** [https://youtu.be/oDr5Eddp55E ](https://youtu.be/AYb-EUcz72U)
|
||||||
|
|
||||||
|
- **🔥 Improve visual quality of the stream**
|
||||||
|
> Similar to (but not as good as) the "Clarity Boost" of xCloud on Edge browser. [Demo video](https://youtu.be/ZhW2choAHUs).
|
||||||
- **🔥 Show stream stats**
|
- **🔥 Show stream stats**
|
||||||
> Check [Stream stats section](#stream-stats) for more info.
|
> Check [Stream stats section](#stream-stats) for more info.
|
||||||
- **🔥 Capture screenshot**
|
- **🔥 Capture screenshot**
|
||||||
@ -105,12 +108,20 @@ If you like this project please give it a 🌟. Thank you 🙏.
|
|||||||
> The analytics contains statistics of your streaming session, so I'd recommend allowing analytics to help Xbox improve xCloud's experience in the future.
|
> The analytics contains statistics of your streaming session, so I'd recommend allowing analytics to help Xbox improve xCloud's experience in the future.
|
||||||
|
|
||||||
### Stream's video features
|
### Stream's video features
|
||||||
⚠️ These features don't work when xCloud's "Clarity Boost" feature is ON ([#64](https://github.com/redphx/better-xcloud/issues/64)).
|
|
||||||
|
- **🔥 Improve stream's clarity**
|
||||||
|
> Similar to (but not as good as) the "Clarity Boost" of xCloud on Edge browser. [Demo video](https://youtu.be/ZhW2choAHUs).
|
||||||
|
> Also known as poor man's "Clarity Boost".
|
||||||
|
> Affects the stream's performance, uses more battery, and may causes frames to drop (especially on lower-end devices).
|
||||||
|
> Doesn't work with Safari.
|
||||||
|
>
|
||||||
|
> 
|
||||||
|
|
||||||
- **Stretch video to full sctreen**
|
- **Stretch video to full sctreen**
|
||||||
> Useful when you don't have a 16:9 screen
|
> Useful when you don't have a 16:9 screen
|
||||||
- **Adjust video filters**
|
- **Adjust video filters**
|
||||||
> Brightness/Contrast/Saturation.
|
> Brightness/Contrast/Saturation.
|
||||||
|
> ⚠️ These features don't work when xCloud's "Clarity Boost" feature is ON ([#64](https://github.com/redphx/better-xcloud/issues/64)).
|
||||||
- **Display stream's statuses**
|
- **Display stream's statuses**
|
||||||
> Region/Server/Codecs/Resolution...
|
> Region/Server/Codecs/Resolution...
|
||||||
> Current playtime of the session.
|
> Current playtime of the session.
|
||||||
@ -240,12 +251,13 @@ Think of this project as an unofficial beta version of xCloud.
|
|||||||
No, you can't. You'll have to modify the app.
|
No, you can't. You'll have to modify the app.
|
||||||
|
|
||||||
5. **Will it be able to enable the "Clarity Boost" feature on non-Edge browsers?**
|
5. **Will it be able to enable the "Clarity Boost" feature on non-Edge browsers?**
|
||||||
No. The "Clarity Boost" feature uses an exclusive API (`Video.msVideoProcessing`) that's only available on Edge browser for desktop at the moment.
|
~~No. The "Clarity Boost" feature uses an exclusive API (`Video.msVideoProcessing`) that's only available on Edge browser for desktop at the moment.~~
|
||||||
|
Fake news! This feature has been implemented in **Better xCloud** since version 1.12, but the original "Clarity Boost" still perform better.
|
||||||
|
|
||||||
6. **Will it be able to request a lower FPS or increase the maximum bitrate (15Mbps) of the stream?**
|
7. **Will it be able to request a lower FPS or increase the maximum bitrate (15Mbps) of the stream?**
|
||||||
Sorry, no. The server decides all these settings.
|
Sorry, no. The server decides all these settings.
|
||||||
|
|
||||||
7. **What's the meaning behind the name "Better xCloud"?**
|
8. **What's the meaning behind the name "Better xCloud"?**
|
||||||
It's a reference to an Userscript called "better360" that I created many years ago. I regret not choosing the name "xCloud Enhancement Suite", or XES for short.
|
It's a reference to an Userscript called "better360" that I created many years ago. I regret not choosing the name "xCloud Enhancement Suite", or XES for short.
|
||||||
|
|
||||||
## Donation
|
## Donation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Better xCloud
|
// @name Better xCloud
|
||||||
// @namespace https://github.com/redphx
|
// @namespace https://github.com/redphx
|
||||||
// @version 1.11
|
// @version 1.12
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Better xCloud
|
// @name Better xCloud
|
||||||
// @namespace https://github.com/redphx
|
// @namespace https://github.com/redphx
|
||||||
// @version 1.11
|
// @version 1.12
|
||||||
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
||||||
// @author redphx
|
// @author redphx
|
||||||
// @license MIT
|
// @license MIT
|
||||||
@ -13,6 +13,9 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
const SCRIPT_VERSION = '1.12';
|
||||||
|
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
|
||||||
|
|
||||||
console.log(`[Better xCloud] readyState: ${document.readyState}`);
|
console.log(`[Better xCloud] readyState: ${document.readyState}`);
|
||||||
|
|
||||||
|
|
||||||
@ -102,9 +105,6 @@ window.addEventListener('load', e => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
const SCRIPT_VERSION = '1.11';
|
|
||||||
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
|
|
||||||
|
|
||||||
const SERVER_REGIONS = {};
|
const SERVER_REGIONS = {};
|
||||||
var STREAM_WEBRTC;
|
var STREAM_WEBRTC;
|
||||||
var $STREAM_VIDEO;
|
var $STREAM_VIDEO;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user