Morris Butler

Results 177 comments of Morris Butler

I've not been able to reproduce this issue. You should be able to work around it though by enabling `Use single player item` in the iOS player settings. If you're...

All libraries are now 16KiB aligned with the exception of librtmp-jni.so. Unfortunately this requires that the maintainer accept a PR before the androidx/media team will accept it, more info [here](https://github.com/androidx/media/issues/2463).

Unfortunately I have no answer for this. It's quite likely support for rtmp will be dropped from exoplayer (and therefore from AVPro Video) if it's not resolved prior to the...

@DeaJason if you don't require rtmp support then you can always exclude the library from the build by commenting out line 210 of `PostProcessBuild_Android.cs`, so the acLibs array should look...

This has been fixed and will make it into the next release (version 3.0.11)

Only audio from the default track was being routed through Unity. This is now fixed and will make it into the next release.

A fix for these issues will make it into the next release - version 5.3.5.

Possibly the same issue [here](https://discussions.unity.com/t/addressable-bundles-built-for-windows-cause-error-on-load-because-build-target-is-13-13-android/829473/5) which suggests this an issue with Unity.

This issue has been fixed. We now check for the game object being active before starting the render coroutine in the OpenMedia call. This fix will make it into the...