winget install --id=UnknownSKL.Greenlight -e
Greenlight is a streaming application for Xbox and xCloud
Greenlight is an open-source streaming application designed for Xbox and xCloud platforms, enabling seamless video and audio streaming from Xbox One and Series X devices. Built using TypeScript, Greenlight supports cross-platform operation on Linux, macOS, Windows, and Steam Deck, making it versatile for various environments.
Key Features:
Audience & Benefits: Ideal for gamers seeking an enhanced streaming experience, developers integrating with xCloud or Xbox services, and content creators. Greenlight offers a professional-grade toolset that enhances productivity and user engagement through its robust features and cross-platform adaptability. Its design focuses on providing a seamless integration with existing systems, ensuring ease of use and efficiency for all users.
xbox-xcloud-client is an open-source client for xCloud and xHome streaming made in Javascript and Typescript. The client is an application wrapper around xbox-xcloud-player.
DISCLAIMER: Xbox-xCloud-Client is not affiliated with Microsoft or Xbox.
The following keys are mapped as following:
Dpad: Keypad direction controls
Buttons: A, B, X, Y, Backspace (Mapped as B), Enter (Mapped as A)
Nexus (Xbox button): N
Left bumper: [
Right bumper: ]
View: V
Menu: M
During the stream you can show extra debug statistics that contain extra data about the buffer queues and other information. To bring this up you have to press ~
on your keyboard.
On the left bottom you can see the status (Altough not always accurate). The right top you can find the FPS of the video and audio decoders including the latency. On the right bottom you can find debug information about the buffer queues and other information that is useful for debugging perposes.
When possible always provide this information with your issue when possible (if it is related).
The application also provides a way to see which of your friends are online. This can be useful when you want to quickly check if anyone is online to play with :)
This application is reported to be working on the Steam Deck with some small bugs and side-effects.
To launch the application in full-screen mode use the --fullscreen
argument when launching the application.
To auto-connect to your xbox on launch you can provide the --connect=F400000000000000
argument when launchng the application.
Click on the Xbox logo on the left top. It will ask you to confirm to close the window.
This is because the Steam Deck is missing a font and falls back to a font without numbers. The numbers are still being typed but they are not visible. This issue should be solved with the latest patch (not confirmed yet)
You can either compile the project yourself or download the (unsigned) executable from the releases page
Clone the repository:
git clone https://github.com/unknownskl/xbox-xcloud-client.git
cd xbox-xcloud-client
Install dependencies:
npm ci
Run development build:
npm start
0
on your keyboard to reset the audio timings.See changelog