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
Alternative constructor to attach to a running omxplayer process without loading a source
Example use case
I run omxplayer myself, and would like Amazon Alexa (or whoever) to control my player using this module. Hence I would like to have an ability for the module to attach to a dbus address of the already running player process, rather than spawning a new one.
Also, I do not want to supply a media source (which is a mandatory argument now) as by the time the module is expected to attach to the player, some media is already being played.
It does not seem to be difficult to implement, maybe I'll submit a pull request some day once I have a chance and inspiration, but if someone gets there faster than me, I would appreciate it.
Thank you!
The text was updated successfully, but these errors were encountered:
Feature Request
Description
Alternative constructor to attach to a running omxplayer process without loading a source
Example use case
omxplayer
myself, and would like Amazon Alexa (or whoever) to control my player using this module. Hence I would like to have an ability for the module to attach to a dbus address of the already running player process, rather than spawning a new one.It does not seem to be difficult to implement, maybe I'll submit a pull request some day once I have a chance and inspiration, but if someone gets there faster than me, I would appreciate it.
Thank you!
The text was updated successfully, but these errors were encountered: