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

pause() is not working anymore #184

Open
lookaffe opened this issue Jul 23, 2019 · 1 comment
Open

pause() is not working anymore #184

lookaffe opened this issue Jul 23, 2019 · 1 comment

Comments

@lookaffe
Copy link

the command player.pause() is not working

I've tested with this example:
`#!/usr/bin/env python3

from omxplayer.player import OMXPlayer
from pathlib import Path
from time import sleep

VIDEO_PATH = Path("../tests/media/test_media_1.mp4")

player = OMXPlayer(VIDEO_PATH)

sleep(5)

player.quit()`
changhing the last line in player.pause(). Is it working the first time and then I tried to use it in my software. After a while it doesn't work anymore. I tested the same example and the quit() command works, the pause() command not.

Environment details

Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
Software Version
python-omxplayer-wrapper 0.3.2
python-dbus (dpkg -s python-dbus) `1.2.8.3
python (python --version) 3.7.3
omxplayer (omxplayer --version) f06235c

@Gillissie
Copy link

I noticed the same issue after updating my OS. I guess I had an older version before the update.

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