Omxplayer is a video player specifically made for the Raspberry Pi's GPU made by Edgar (gimli) Hucek from the XBMC/Kodi project. It relies on the OpenMAX hardware acceleration API, which is the Broadcom's VideoCore officially supported API for GPU video/audio processing.
Raspberry Pi forum user spenning made precompiled binaries available on the forum. See here.
Welcome to Omnigameplayer.com. This is video game blog that covers any and everything in the world of gaming. I have been a gamer since I was a little kid and over the decades I have enjoyed watching the game industry grow and evolve right alongside myself. OmniPlayer is a comprehensive media player for almost any video and audio format on macOS. It has powerful features with modern and clean design. You can use it to play various 4K/1080P/720P HD videos and normal/lossless audios easily with hardware decoding. Leading broadcasting organisations rely on OmniPlayer to delight their audiences with up-to-the minute audio, visual and interactive content. Our state-of-the-art radio automation software enables users to work quickly and easily together. Watch the videos to learn how OmniPlayer makes their jobs easier every day. See all customer stories.
- 3Streaming
- 5Troubleshooting
Leading broadcasting organisations rely on OmniPlayer to delight their audiences with up-to-the minute audio, visual and interactive content. Our state-of-the-art radio automation software enables users to work quickly and easily together. Watch the videos to learn how OmniPlayer makes their jobs easier every day. See all customer stories. Omniplayer is an enterprise grade professional broadcast automation software solution for medium to large broadcasters. Everything you need, in one end to end solution OmniPlayer incorporates a comprehensive suite of features for seamless radio broadcast teamwork.
KEY BINDINGS
Usage
Streaming
RTMP
You do not need to download an MP4 file to watch it with Omxplayer. If you have the URL of a (H.264) rtmp:// stream, just stream it with:
To stream a (H.264) rtmpt://... URL with Omxplayer, just change the head rtmp:// to rtmpt://.
RTSP
Support for RTSP was added in 2012[1] (for instance, allowing the use of VLC media player as the streaming server).
Example:
Audio
It is possible to select the audio output by specifying -o or --adev on the command line between:
- local: analog output
- hdmi: hdmi output (hdmi_drive=2 is then required in config.txt)
- both: both outputs
Example:
Troubleshooting
Black screen after playback
If you get a black screen on your X11 desktop after Omxplayer is finished, you can use this command to restore your view:
Or you can use a small Bash script for video playback to do this every time:
On Raspbian, xrefresh is part of the x11-xserver-utils package(apt-get install x11-xserver-utils).
No rights to VCHIQ
On bare installations of the default distributions, Omxplayer often has insufficient permissions to access /dev/vchiq. One solution would be to run Omxplayer as root, but a nicer solution is to add a udev rule so that /dev/vchiq is also accessible from other users. To accomplish this, do the following under root:
Omniplayer
Now add yourself to the group named 'video':
Omniplayer Pro
Reboot the Raspberry Pi, and you should be able to run Omxplayer without the vchiq-error showing up.
HDMI
Omniplayer Mac
When using HDMI make sure to pass '-o hdmi' to Omxplayer if you want the audio to play through the HDMI cable:
Helpful Links
Omniplayer E2
- Omxplayer Build Bot (up to date binary packages available here)
References
Omniplayer Mac
- ↑Added RTSP support #67, 2012-10-20. GitHub