Here is an example of what the video screen, player, and interaction with the pinball machine looks like now: https://www.youtube.com/watch?v=bF0BTE2vpwo
example code with omxd controlling omxplayer: https://raw.githubusercontent.com/flynn ... ron_v19.py
Questions:
Is there a similar process or playlist management function as omxd in VLC? I specifically need:
Code: Select all
a file add to playlist after current item
I file interrupt playlist, play file on default output, then continue playlist
L file pLay file on default after current item, then continue playlist
# Insert to playlist before current item and tell VLC to play immediately., # Append to end of playlist, # Add to playlist after current playing item.
Is my only option to enable HTTP control of VLC and if so can that handle all three options above?
I would like to start working on a pi5 version of this that uses VLC as the video backend. Any help would be appreciated.