xbox-xcloud-player icon indicating copy to clipboard operation
xbox-xcloud-player copied to clipboard

Xbox-Xcloud-Player is a library that can connect to an xCloud / xHome stream using WebRTC and provides an API interface for controlling the stream.

Results 24 xbox-xcloud-player issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.9.1 to 18.11.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.9.1&new-version=18.11.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Adds a keyboard driver that keeps track of key state and allows keys being held down to register correctly as a button being held down. This implementation changes the input...

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1. Release notes Sourced from actions/setup-node's releases. Update @​actions/core and Print Node, Npm, Yarn versions In scope of this release we updated actions/core to 1.10.0....

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Check if we can send a share button press on using the Xbox controller. See https://github.com/unknownskl/xbox-xcloud-client/issues/356

it says that it can find no consoles connected to my account. There's no button to add one. My console used to work in 1.2.0beta 3

We want to be able to control the audio volume output. See https://github.com/unknownskl/xbox-xcloud-client/issues/340

As the player gets quite bloated and has no easy to use hooks to do specific customisation we want to make a stable API. Some requirements for this are listed...

A suggestion was made to use webgl shaders to perform video upscaling here: https://github.com/unknownskl/greenlight/discussions/925 Anime4K might be a good option to test too. (https://github.com/bloc97/Anime4K)

Sometimes when inputting too much data at once it will keep the keys pressed. We need to check if we can work around this problem somehow by making sure the...