xbox-client-xamarin
xbox-client-xamarin copied to clipboard
Xbox one gamestreaming app for Android & iOS
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)
Implement forwarding rumble actions to the connected GameController.
Overlay which shows clickable buttons on StreamPage to do GameController input.
When console stream fades to a black screen, for example in a game-loading screen, client does not receive an empty frame.. So last received frame sticks and screen is not...