-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
According to usage/audio/README.md
, omxplayer should output audio over whatever default audio device you've configured in raspi-config
.
However it seems that when video is being displayed over HDMI, omxplayer ignores the value set by raspi-config, and to get audio playing over the headphone port I actually have to do 'omxplayer -o local la.mp3`.
Can somebody more familiar with omxplayer confirm this is indeed the expected behaviour? If so, I'll have a go at updating the usage/audio/README.md
page.