tuxuser
tuxuser
```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 ;)
Via FFmpeg - AV_HWDEVICE_TYPE_VDPAU - AV_HWDEVICE_TYPE_CUDA - AV_HWDEVICE_TYPE_VAAPI - AV_HWDEVICE_TYPE_DXVA2 - AV_HWDEVICE_TYPE_OPENCL
Test / refactor controller gamecontroller input code.
* F-Droid is not an option right now, it does not support Xamarin builds
Going back from StreamPage. * Delayed autohide NavigationBar after StreamPage appeared * Push StreamPage onto NavigationStack * Pop on back * Ensure proper disposal while doing so
Fill README with infos: * How to install * How to use * How to contribute * Reporting bugs * Troubleshooting * Screenshots / demo video * Disclaimer
Currently, iOS project is just a bare skeleton. What needs to be done: * Implement custom StreamPage renderer * Video decoding / rendering * Audio decoding / playback * GameController...
Enable choosing a prefered VideoQuality setting (Low, Middle, High, VeryHigh)