jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4
GNU General Public License v2.0
180 stars 61 forks source link

Raspberry Pi 4 Support #157

Open jvcleave opened 4 years ago

jvcleave commented 4 years ago

I don't believe this addon (at least texture mode) is going to be ported to the RPI4

From the RPI forums

"If you mean OpenMAX egl_render component, it is not compatible with the Pi4 as it tries talking to the firmware GLES driver, which doesn't exist on the Pi4. I really ought to look at making the component create for that fail on Pi4. "

jvcleave commented 4 years ago

Direct mode is working in this branch https://github.com/jvcleave/ofxOMXPlayer/tree/rpi4-develop

see example-direct-mode

autr commented 4 years ago

Just an update to say this is now on omxplayer repo 😢

"Note: omxplayer is being deprecated and resources are directed at improving vlc."