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
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.
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
python-omxplayer-wrapper
0.3.2
python-dbus
(dpkg -s python-dbus
)python
(python --version
)3.7.3
omxplayer
(omxplayer --version
)f06235c
The text was updated successfully, but these errors were encountered: