-
I'm trying to get hardware accelerated video playback working on a Pi4 running a 64-bit kernel, but it doesn't look like there are any options yet.
I have tried VLC as recommended on the omxplayer …
-
Have the LCD working fine with LCD-Show and things seem to work properly except when I run OMXPlayer the videos do not appear on the LCD screen and instead are sent out to HDMI only. Is this an expect…
-
[streamlink](https://github.com/streamlink/streamlink) is similar to youtube-dl in many different ways.
Although the video sources they supported are mostly the same, there are still some plugins a…
-
Hello,
omxplayer -p -o hdmi "http://xxx.xxx.xxx.xxx:8888/" /tmp/omxplayer_fifo
Edit and solution:
Do not use "." in "echo -n . > /tmp/omxplayer_fifo" but for example "1234" and everything works
Yop59 updated
9 years ago
-
Hello,
I am working on an interactive video project where users are asked to choose path A or B at the end of a full screen video, just like the feature on youtube. At the end of the short clip, tw…
-
There is no example or documentation on adding omxplayer to widget tree of my app. could you please help ?
-
# Issue Report
## Description
I got no video output on Pi Zero W. The video plays just fine with this command:
`omxplayer /opt/vc/src/hello_pi/hello_video/test.h264`
I've got a HDMI monitor connec…
-
When I am trying to use --crop or --win function for synchronized videos, omxplayer-sync doesn't work and shows this error:
**WARNING: dbus connection could not be established
org.freedesktop.DBus…
-
# Feature Request: Exception on omxplayer spawn failure
## Description
When omxplayer fails to spawn due to invalid command args or similar, a `DBusConnectionError` is raised which is very unhelpful…
-
# Issue Report
## Description
I'm upgrading a video controller system I've developed to be able to play two different videos for each HDMI output of a RaspberryPi4 (issue #194 helped with that). My …