Play video clip by render texture problem

(First sorry for my bad english skill)

I have serious problem about play video clip by render texture.

I use render texture to play video clip in UI canvas.

And build apk and play in device, there is screen noise on top/bottom side.

How can I fix it?


(I delete my game screen because of it’s company’s project)

Information

Video type : webm file with RGB + alpha value included.
Camera Num : 3 (1 Game / 2 UI Cam)

8214996--1072503--video_config.PNG

Video clip Inspector

8214996--1072500--rendertexture_config.PNG

render texture inspector

raw image in UI inspector

Your RenderTexture size is 512x512, but I would be surprised if your clip is 512x512. Check your resolution in the source info and set the size to the video resolution.
8235945--1076589--upload_2022-6-27_11-16-49.png

Ah, happy running into this @The_Island . Thank you.