node-omxplayer-sync
node-omxplayer-sync copied to clipboard
forcing headphone / analog audio
hey there,
the script works like a charm. i have 2 screen running in sync. but i am having trouble to force the audio output via the headphone jack. via sudo-raspi config i can select it, but it jumps back to HDMI right away. also sudo amixer is not solving it.
any ideas?
thanks a lot!
never mind!
whoever is having the same issue:
change
var options = '-o hdmi -b --loop --no-osd '
to
var options = '-o local -b --loop --no-osd '
in the
node-omxplayer-sync/omx-sync.js file :)
reboot and everything works fine!