Hi all,
I’m looping an h264 video on a a cog browser on raspberry pi 4 (hardware decoder) in a react webpage. After looping anywhere from ~10-60 minutes the video freezes (react doesn’t). I finally isolated it down to the video dimensions being non standard.
1024x600 - Freezes after some time
1280x720 - No freeze
I’m on Gstreamer 1.22 and running WpeWebkit from Langdale. There was some issues with videoconvertscale and videoconvert when I was building my browser yocto image. Since the path changed for those, I had to tell yocto that Gstreamer still provided the “missing” plugins (wpewebkit was looking for it I believe), maybe that is what’s causing it?
Tried on Gstreamer 1.26 and same issue is present.
Has anyone seen this before?