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
Is it possible to have OMXPlayer enable and disable the --loop functionality after launch and during playback? I am using OMXPlayer in a live application where the user may decide to stop looping after playback has started.
Looking at how EOF is handled, is this just a matter of setting m_bool, or are there other steps that must be taken to get seamless playback?
The text was updated successfully, but these errors were encountered:
Currently #679 implements DBUS command only, but as it is internally by a KeyConfig ACTION it is just missing a code line to assign a key and some update to the README describing this new command.
Is it possible to have OMXPlayer enable and disable the
--loop
functionality after launch and during playback? I am using OMXPlayer in a live application where the user may decide to stop looping after playback has started.Looking at how EOF is handled, is this just a matter of setting
m_bool
, or are there other steps that must be taken to get seamless playback?The text was updated successfully, but these errors were encountered: