We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option to pass thru the omxplayer error messages e.g. alsa interface is chosen but there is no alsa interface attached:
/usr/bin/omxplayer-sync -mu -o alsa:hw:1,0 /media/internal/video/* will just hang, while:
/usr/bin/omxplayer-sync -mu -o alsa:hw:1,0 /media/internal/video/*
/usr/bin/omxplayer -o alsa:hw:1,0 /media/internal/video/*
outputs an error and then hangs:
ALSA lib pcm_hw.c:1713:(_snd_pcm_hw_open) Invalid value for card
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Option to pass thru the omxplayer error messages
e.g. alsa interface is chosen but there is no alsa interface attached:
/usr/bin/omxplayer-sync -mu -o alsa:hw:1,0 /media/internal/video/*
will just hang,
while:
/usr/bin/omxplayer -o alsa:hw:1,0 /media/internal/video/*
outputs an error and then hangs:
ALSA lib pcm_hw.c:1713:(_snd_pcm_hw_open) Invalid value for card
The text was updated successfully, but these errors were encountered: