Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
python_omxplayer [2016/02/07 00:31] admin [downgrade your omxplayer to version 0.2.7:] |
python_omxplayer [2017/09/07 16:51] (current) admin [Install the Pyomxplayer:] |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ---- | ---- | ||
| ==== downgrade your omxplayer to version 0.2.7: ==== | ==== downgrade your omxplayer to version 0.2.7: ==== | ||
| - | __with the latest version of the pyomxplayer the downgrade is obsolet__\\ | + | <del>__with the latest version of the pyomxplayer the downgrade is obsolet__\\ |
| - | Cause the latest version of the omxplayer shows the time on the screen when pause, one has to downgrade to version 0.2.7.\\ | + | <del>Cause the latest version of the omxplayer shows the time on the screen when pause, one has to downgrade to version 0.2.7.</ |
| - | $ sudo apt-get autoremove omxplayer | + | < |
| $ sudo apt-get install libpcre3 fonts-freefont-ttf | $ sudo apt-get install libpcre3 fonts-freefont-ttf | ||
| $ wget http:// | $ wget http:// | ||
| $ sudo dpkg -i omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb | $ sudo dpkg -i omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb | ||
| - | $ rm omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb | + | $ rm omxplayer_0.2.7~git20130615~d87aa60a_armhf.deb</ |
| - | ** NO MORE UPDATE ANYMORE** | + | <del>NO MORE UPDATE ANYMORE</ |
| - | **install pyomxplayer:**\\ | + | ==== Install the Pyomxplayer: ==== |
| copy from:\\ | copy from:\\ | ||
| [[https:// | [[https:// | ||
| pyomxplayer.py\\ | pyomxplayer.py\\ | ||
| - | in:\\ | + | to:\\ |
| - | / | + | / |
| + | or in the folder with your python programm.\\ | ||
| - | **example:**\\ | + | **or install the version with alpha layer support:**\\ |
| + | $ wget http:// | ||
| + | $ tar -xf pyomxplayer.py.tar | ||
| + | $ sudo cp pyomxplayer.py / | ||
| + | |||
| + | install pexpect: | ||
| + | $ sudo pip install pexpect | ||
| + | ==== Example: ==== | ||
| >>> | >>> | ||
| + | if you have the pyomxplayer from github: | ||
| + | >>> | ||
| + | **or for the pyomxplayer with alpha layer support: | ||
| >>> | >>> | ||
| + | than test the funktions\\ | ||
| >>> | >>> | ||
| >>> | >>> | ||