-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi 3B w/ Arch Linux Arm: omxplayer plays audio, but no video #739
Comments
|
Afaik omxplayer doesn't work with /boot/config.txt line |
correct |
|
Ah. Well, that certainly was it. I hadn't encountered anything in my searches that indicated omxplayer was incompatible with the vc4 driver. What's the reason omxplayer doesn't work with vc4-kms-v3d? |
|
kms means the arm controls display. That means gpu cannot drive display. |
|
Got it. Thanks for the clarification. |
Raspberry Pi 3b with Arch Linux Arm with VC4.
Wayland+Weston with DRM backend.
HDMI connected to Sunfounder 10" IPS LCD Display.
Changed to a Toshiba 720p TV after reading this thread.
I can play the same video without issue using both mpv and gstreamer, so I'm thinking it's a configuration issue specific to omxplayer's workings.
But no video. I can hear the audio through HDMI by default, but no video is displayed.
I've tried every
--displayoption from this thread, but with the same result: audio plays, but no video.I'm using Wayland/Weston and omxplayer from Arch, but also tried compiling omxplayer directly. Same result for both on the original 10" LCD display.
After switching back to an Arch-packaged omxplayer and the Toshiba display, I tried a few
--displaywith 0, 1, 2, and 7 and the screen will turn full-screen-black briefly, then flip back to the Weston desktop with no visible video playing (while playing audio).What am I missing?
The text was updated successfully, but these errors were encountered: