Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle --loop after playback has started via DBus #668

Open
superlou opened this issue Dec 16, 2018 · 2 comments
Open

Toggle --loop after playback has started via DBus #668

superlou opened this issue Dec 16, 2018 · 2 comments

Comments

@superlou
Copy link

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?

@dronus
Copy link

dronus commented Jan 8, 2019

Implemented by #679 , adding DBUS command SetLoop, feel free to merge.

@dronus
Copy link

dronus commented Jan 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants