You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to control omxplayer out of frame. In other words, I want to be able to have omxplayer running in one process and to be able to control it from another. I am trying to make a custom interface and I want to be a able to control it from a web-server. I imagine that there is already some sort of way to do this with a command line arg? Built in API? Maybe with a named pipe? I'd like to have something non-blocking.
In practice this could look like this:
An instance of "Internet music player" is opened from the command line (perhaps via SSH) and starts an instance omxplayer (in the "background") to play the track that was selected. While omxplayer is working in the background, "Internet music player" is still showing a playlist and handling key-presses/commands. As long as omxplayer is playing it will continue to post updates on track playback/buffering/metadata/errors (either directly to the program that invoked it or to the named pipe.
Any help would be appreciated,
Thanks!
The text was updated successfully, but these errors were encountered:
I would like to be able to control omxplayer out of frame. In other words, I want to be able to have omxplayer running in one process and to be able to control it from another. I am trying to make a custom interface and I want to be a able to control it from a web-server. I imagine that there is already some sort of way to do this with a command line arg? Built in API? Maybe with a named pipe? I'd like to have something non-blocking.
In practice this could look like this:
An instance of "Internet music player" is opened from the command line (perhaps via SSH) and starts an instance omxplayer (in the "background") to play the track that was selected. While omxplayer is working in the background, "Internet music player" is still showing a playlist and handling key-presses/commands. As long as omxplayer is playing it will continue to post updates on track playback/buffering/metadata/errors (either directly to the program that invoked it or to the named pipe.
Any help would be appreciated,
Thanks!
The text was updated successfully, but these errors were encountered: