-
Here is the exact steps to reproduce (doesn't happen 100% of the times):
- Start video A;
- Get status: playing
- Stop
- Get status: stopped
- Start video B
- Get status the next 0.5 second: playing
…
-
`Amazon VOD` add-on requires that OMXplayer is disabled, while in other cases it is better that OMXplayer is enabled.
See https://github.com/janvda/balena-kodi-etcetera/issues/1
It is possible t…
-
omxplayer is Version : 843744e [master](Build date: Sat, 27 Jun 2015 00:49:24 +0000)
golang is 1.4.2 cross compiler for arm (5g)
you can find dbuscontrol.sh (which does work) here https://github.com…
hagna updated
9 years ago
-
I wanna stream from raspivid to another RPI with omxplayer installed.
omxplayer just show a black screen (-b option) and the video occurs only for a short moment, after the sender has closed the st…
-
I'm trying to play the live output of raspivid in omxplayer. The following:
```
mkfifo test
raspivid -w 1280 -h 720 -t 0 -o - > test &
omxplayer test
```
does not work because omxplayer seems to…
-
omxplayer was eventually causing my rpi to freeze in a way that forced a power cycle. after update it barely plays any video before returning `Abort` and no other special messages. Log file appears no…
-
Hi, i am trying to run peerflix with omxplayer on raspberry pi (version 2).
When i run on terminal:
```
peerflix "" --omx
```
the omxplayer can reproduce the video fine, but i cannot control it (it …
p-brz updated
9 years ago
-
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
VIDE…
-
Hi,
I'm trying to use the library under Alpine. Do you know if there were any successful attempt ?
The steps I followed :
foo# pip3 setup.py install
foo# python3
>> from omxplayer.player im…
-
改播放器为Omxplayer, 原因是
+ Omxplayer是pi专用有,有做专门优化,参考[这里](http://elinux.org/Omxplayer)
+ 支持暂停操作,可以参考[这个问答](https://stackoverflow.com/questions/20762233/python-interact-with-running-process)
ps:可以做一个本地的…