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/06/23 19:40] admin [Example:] |
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 the Pyomxplayer: | ==== Install the Pyomxplayer: | ||
| Line 30: | Line 30: | ||
| or in the folder with your python programm.\\ | or in the folder with your python programm.\\ | ||
| - | or download | + | **or install |
| $ wget http:// | $ wget http:// | ||
| $ tar -xf pyomxplayer.py.tar | $ tar -xf pyomxplayer.py.tar | ||
| + | $ sudo cp pyomxplayer.py / | ||
| + | install pexpect:\\ | ||
| + | $ sudo pip install pexpect | ||
| ==== Example: ==== | ==== Example: ==== | ||
| >>> | >>> | ||
| if you have the pyomxplayer from github: | if you have the pyomxplayer from github: | ||
| >>> | >>> | ||
| - | or for the pyomxplayer with alpha:\\ | + | **or for the pyomxplayer with alpha layer support:**\\ |
| >>> | >>> | ||
| than test the funktions\\ | than test the funktions\\ | ||