0

I am trying to play a folder of music tracks with VLC on Raspberry Pi OS (Debian).

I am using a shorcut with a shell script to start things (as this needs to be point and click-ish for a kiosk type setup) and I believe it is not possible to define the output audio device in the command line.

So, when VLC starts up I select the correct audio device (a bluetooth speaker that is confirmed connected) and audio plays as expected.

However, when each track finishes and the next starts the audio device reverts to the first in the list which is internal audio... (Built-in Audio Analogue Stereo).

How can I stop this from happening?

1
  • @DrMoishePippik end of the first line in the question... Raspberry Pi OS.
    – Fat Monk
    Commented Jul 5, 2023 at 22:29

1 Answer 1

0

Resolved!

The trick was to right-click the speaker icon in the top right of the desktop and select profiles.

In there turn off all other audio devices - the 'Built-in Analogue' and the 'Built-in Digital' - leaving only the Bluetooth device enabled.

That way there is no other device for VLC to switch back to.

It's maybe more of a workaround than a fix, but it's resolved the issue for my use case.

1
  • It's just an workaround indeed. Commented Jul 5, 2023 at 22:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .