willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Seek command crashes omx process #208

Closed rtomasa closed 2 years ago

rtomasa commented 3 years ago

I'm finding issues when seeking in videos, the omx video player crashes after 2 or more seek commands. On the other hand, testing the same video from the CLI using the standalone omxplayer program seems to be seeking well and fast by using the keyboard.

Tested using same default OMX values:

player.seek(600)
player.seek(-600)
player.seek(30)
player.seek(-30)

Tested in Pi3+ and Raspbian Stretch