hi friends,
I am trying to write an addon for the OpenFrameworks ecosystem, starting with unix, actually Ubuntu 18.04, with a video player based on libvlc (the default one on Linux uses gstreamer). In order to obtain good performance with higher resolutions a direct GPU path is mandatory, and so I'd like to try the libvlc v4 with the openGL callbacks.
Can someone help me starting, a link to a suitable branch with library code would be much appreciated! The repository has lots of different branches and it is not evident which one I should choose. Some examples or code snippets would be very useful too.
Of course I understand that this is still unstable code, but the idea is to start now with some experiments and then switch to the stable v4 library when it will be released.
Thank you
Davide