Video looping on standalone player

Hi, I’ve set a background video (13Mb mp4 file) that plays fine the first time round or setting to non-looped:

local vidloop = resource.load_video{file=“starloop.mp4”; audio = false; looped = false; raw = true;}
function node.render()
vidloop:place(0, 0, NATIVE_WIDTH, NATIVE_HEIGHT)

however if I set this to looped = true, the first play is fine but then on subsequent plays it’s skipping frames like mad

[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame
[ff_video.c] [0x55949dd510/Pawsey/starloop.mp4] skipped a frame

and looks super fast

Any suggestions?

^Candrew@decaff:~/info-beamer-pi $ ./info-beamer Pawsey/
Info Beamer PI 2.0.0-beta2.009152~bookworm-64 (LINK REMOVED FOR POST)
Copyright (c) 2012-2024, Florian Wesch fw@info-beamer.com
[main.c] root node is Pawsey
[license.c] Device serial is 1084575182
[license.c] Unlicensed device.
(yes I know this one’s unlicenced - I have 3 licences for prod, but the machine I’m doing development on is only on my desk not the office wall)

Many thanks
Andrew

Update - I noticed there was a new beta available (Info Beamer PI 2.0.0-beta2.d9bd0f~bookworm-64) and have just tried that, but same effect

Hm. Can you provide me with the complete node directory, so I can see if I can reproduce and fix this?

The latest info-beamer Pi version (soon to be released) fixed this issue.

The latest version is officially released now.