xcloud-python icon indicating copy to clipboard operation
xcloud-python copied to clipboard

Results 8 xcloud-python issues
Sort by recently updated
recently updated
newest added

How important are these different endpoints and OfferingIds? I guess `xgpu` = Xbox Game Pass Ultimate **xCloud Web (`https://xbox.com/play`, Google Chrome):** Url: https://**xgpuweb**.gssv-play-prod.xboxlive.com/v2/login/user OfferingId: **xgpuweb** **The code in this repository:**...

Research low level streaming protocol aka **Nanov3**. Is it using this? `GET /v4/sessions/home/12D89B40-ACB6-4E1B-8E96-F744E8D05D73/configuration HTTP/1.1` ```json { "keepAlivePulseInSeconds": 300, "serverDetails": { "ipAddress": "10.0.0.174", "port": 9002, "ipV4Address": "10.0.0.174", "ipV4Port": 9002, "ipV6Address": null,...

help wanted
xcloud
xhome

What is it, how is it determined? Sure, `timezoneOffsetInMinutes: 120` would relate to **GMT +2**. But WTF is `timezoneOffsetInMinutes: 6088401280` => **GMT +101473354.66** ? Android https://github.com/tuxuser/xcloud/blob/8295d2c86bf8ece56dbbd02c1f749a4426955bcb/xcloud_api.py#L113 iOS https://github.com/tuxuser/xcloud/blob/8295d2c86bf8ece56dbbd02c1f749a4426955bcb/xhomestreaming_api.py#L62

help wanted
xcloud
xhome

Teredo packet parsing ## Description XCloud makes use of Teredo (IPv6 over IPv4) - A few packets before STUN/ICE negotiation happens - (Optionally) Wraps the whole RTP traffic ## ToDo...

enhancement

## Problem ICE (Interactive Connectivity Establishment) / STUN is used to negotiate communication-channel between NAT'd hosts. Its currently only used for xhomestreaming. The initial ICE-message comes from the client (mobile...

help wanted
xhome

```cs using Windows.Foundation.Metadata; namespace gamestreaming_sdk { public enum ButtonState { Up, Down, } public enum ConsolePowerState { ConnectedStandby, On, Off, Unknown, } public enum ErrorCode { OperationPending = 0x8000000A, Bounds...

For smartglass and signed requests, xbox-webapi-python can be used. This task has following blockers: * Migrating rest of smartglass API into `xbox-webapi` * Migration of XASD/XAST models into `xbox-webapi` *...

For various (most) SmartGlass commands / requests the parameters are missing. They need to be implemented. **Caveat**: The original doesn't have those implemented either, we gotta wait for them ;)

smartglass