vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
211 stars 49 forks source link

CanvasPlayer not working on Android App from App store #105

Open jdmiranda opened 4 years ago

jdmiranda commented 4 years ago

App installed via the Android App Store will not play videos. I have the same App flashed onto the same phone. The only difference in builds is that one is an Android App bundle and the other is the normal apk. (where you flash the target device that is connected).

I'm assuming that this has something to do with the token that is passed in on the builds. Is there a known solution or am I doing something wrong?

Steps to reproduce the problem are mentioned up above.

Unity version is 2019.2.5f1

Operating system is Windows for the builds and Android latest for the device.

jdmiranda commented 4 years ago

So I got it working by using an APK instead of an app bundle. EXO player called on the wrong thread is the error I'm seeing from logcat when using the app bundle.