adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
451 stars 239 forks source link

Running on the Libre Potato #166

Closed iamdoctorbrain closed 1 year ago

iamdoctorbrain commented 1 year ago

Has anyone had success running this on on the Libre Potato? I don't have the skills to install it myself. I was trying to see if someone created a standalone plug and play SD image like the one that exists for the Raspberry Pi? Would use the Raspberry Pi but impossible to find at a reasonable price right now.

Thanks

christiansievers commented 1 year ago

It’s a good question, now that Raspberries are hard to get: Will the looper run on other single board computers?

My concern would be that not all, if any, have the Pi‘s dedicated video playback chip, which enables this comparatively weak hardware to smoothly play 1080p h.264 video.

christiansievers commented 1 year ago

here's someone's write-up on how to get Raspi OS run on Libre computers: https://jamesachambers.com/enable-raspbian-images-to-boot-on-libre-computers-boards/ Let's see what he says about 1080p playback...

christiansievers commented 1 year ago

these SBCs actually have powerful GPUs so they should be able to play back 1080p, he says. @iamdoctorbrain did you have a go yet?

christiansievers commented 1 year ago

I finally got my hands on a Libre "potato", but it seems omxplayer is Raspberry Pi specific and uses Raspberry Pi specific hardware. We'll have to wait for the VLC branch of this script to become ready I guess... @tofuSCHNITZEL please close