Embedding video - how?

I’m trying to have a video play on the Ui Canvas with some buttons overlaid on top of it. I tried setting up a render texture with a video player component that renders to a raw image on the canvas. This works perfectly on iOS but not so on Android.

Any advice on the best way to achieve this?

I’m looking at this thinking it will solve the problem Unity Asset Store - The Best Assets for Game Making but there is a part of me wondering why I can’t do this without the purchase of an asset!

Thanks

Phil

I bought the asset, problem solved!

After messing about with the video player/render texture/raw image thing I could get it to play by reducing the size of the raw image to 50% of its original size. This leads me to believe that it was something to do with the letterbox scaling I had in place upsetting something somewhere. Just thought I’d finish off this thread.