Video Clip Loss Frame

Hi everyone!
I’m using Unity Editor and embedded package for 2022.3.f21, I have created a video clip on a sample project but seems that is going on 1 frame x sec, video is really choppy.
I have used gst-play and everything works fine in our platform, but when I play it inside Unity everything seems to freeze… the video format is .vp8!

Unity log file doesn’t say anything about it, have you ever seen this problem? do you have any solutions?

Thanks a lot

Hi!

This sounds like a platform/configuration specific issue.

Do you have an embedded platform support package for this platform? Could you file a Zendesk ticket through that, specifying the chipset and OS/BSP used? Then our embedded team can look into it.

Hi @RomanoMcBride thanks for replying to me!
It seems that Unity have no access on our Hardware Video Processor, and it process video directly on CPU. This can be seen on Profiler when video is on playing state, and you can see some peaks in CPU load, for now video rendering should be done outside of Unity…