xbox-smartglass-nano-python
xbox-smartglass-nano-python copied to clipboard
The gamestreaming part of the smartglass library
System details: Linux caliban 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 20.10 Wired xbox controller: Bus 001 Device 008: ID 045e:028e Microsoft Corp....
I managed to install and get the project running on pc after a lot of troubles. Now when I run it using the command xbox-nano-client it takes some time and...
This could be done by checking if any Audio.Data or Video.Data is received, shortly after respective control msg is sent. A retry policy would be great!
Nano state should be verified before a connection is attempted, possibly by connecting to a callback or spawning a Greenlet. Current implementation, via simple sleep: https://github.com/OpenXbox/xbox-smartglass-nano-python/blob/master/xbox/nano/scripts/client.py#L49-L50