info-beamer-nodes icon indicating copy to clipboard operation
info-beamer-nodes copied to clipboard

info-beamer-nodes-seamless pi only?

Open Sezotove opened this issue 6 years ago • 1 comments

Trying to run the open source version out on ubuntu, but when trying out the seamless sample you have(which works on the pi) gives me the following:

info-beamer pi version required

Is there a version of this for the non-pi info-beamer?

Thanks

Sezotove avatar Nov 16 '17 01:11 Sezotove

The open source version uses software decoding for all videos. You'd have to open the first video, step through it frame by frame. You can use the util.videoplayer helper function for that, see here. Once video:draw(...) returns false (= video ended), open the next video and switch to it.

dividuum avatar Nov 16 '17 10:11 dividuum