webosbrew / apps-repo

Central repo for webOS Homebrew apps
Apache License 2.0
50 stars 29 forks source link

[PORT] Xbox Gamestreaming client #40

Closed tuxuser closed 2 weeks ago

tuxuser commented 2 years ago

Please read conditions below carefully, and don't delete this part. Invalid issues will be closed.

Issue content starts below this line


Xbox Gamestreaming enables to play games streamed from the cloud (requires Xbox Game Pass Ultimate membership).

Maybe something based on this library could be ported:

https://github.com/unknownskl/xbox-xcloud-player

Electron app making use of the library:

https://github.com/unknownskl/xbox-xcloud-client

mariotaku commented 2 years ago

Interesting idea. While the JS lib uses WASM which does not support on many webOS versions, we can clearly make some native app to stream the game.

mariotaku commented 2 years ago

Some resources:

XGP library API: https://github.com/pazguille/xbox-games-api How to process streaming data: https://github.com/unknownskl/xbox-xcloud-client/wiki

mariotaku commented 2 years ago

I have done some researches and now I have a conclusion: this is totally doable, let's see if community needs this app.

lazmo88 commented 10 months ago

This would definitely be a welcomed addition!

hectorevil commented 8 months ago

Need this app. Thanks

redphx commented 2 weeks ago

I created one #109