SxP

Results 23 comments of SxP

Those are both 2015 tablets so they may be too old. Can you start a game using the regular Chrome app?

You can try the old build that forced desktop mode at https://github.com/sigmaxipi/chromium-for-stadia/blob/9221d4728f07f7cf0f4d4ae69c00e941d7ef7162/ChromiumForStadia.apk But the Nexus Player might be too old to run Stadia. And there may be authentication issues with...

Can you check if you're in Lite Mode? **... -> Settings -> Lite mode**

Can you try that controller on https://html5gamepad.com/ and check if it works properly? Also, what device & OS are you using? And what is the "Controller Name" on that page?....

Can you try the latest apk and see if you still have the issue? If so, test the gamepad with the official Chrome app and https://html5gamepad.com/. If you still have...

Do any other apps on the Go detect that Xbox One S controller? Also, even if it works, the last time I tried the apk on the Go, the Stadia...

You can try adding logs to https://github.com/googlevr/gvr-android-sdk/blob/master/samples/sdk-video360/src/main/java/com/google/vr/sdk/samples/video360/MonoscopicView.java#L132 and see what the Android sensor is outputing each time

You can try using the code in https://github.com/googlevr/gvr-android-sdk/issues/574 and seeing if that helps.

It should already be doing this. I had to put in a hack at https://github.com/sigmaxipi/chromium-for-stadia/blob/master/chromiumForStadia.diff#L146 that forced the codec to work around https://github.com/sigmaxipi/chromium-for-stadia/issues/3. That code runs ``` if (key ==...

I don't think localStorage contains the current codec. I think it just has the list of supported ones. The JS snippet at https://www.reddit.com/r/Stadia/comments/eimw7m/tampermonkey_monitor_your_stream/ shows how to extract the current codec....