Soundproblem on an Orange Pi PC Plus

Hi everybody, I installed rompr and mopidy on the above mentioned Orange Pi with Armbian Buster. Everything works like a charm except the audio. Audiotest itself works (aplay /usr/share/sounds/alsa/Front_Center.wav). My mopidy config:

Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy

[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false

[logging]
verbosity = 0
format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
color = false
config_file =

[audio]
mixer = software
mixer_volume =
output = autoaudiosink
buffer_time =

[proxy]
scheme =
hostname =
port =
username =
password =

[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[http]
enabled = true
hostname = 127.0.0.1
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy

[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir =

[softwaremixer]
enabled = true

[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000

[tunein]
enabled = true
timeout = 5000
filter =

[spotify]
enabled = true
username = xxxxxxxx; Must be set.
password = ********
client_id = xxxxxxxxxxxxxxxxxxxx
client_secret = ********
bitrate = 160
volume_normalization = true
private_session = false
timeout = 10
allow_cache = true
allow_network = true
allow_playlists = true
search_album_count = 20
search_artist_count = 10
search_track_count = 50
toplist_countries =

[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password =
max_connections = 20
connection_timeout = 120
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u

[alsamixer]
enabled = true
card = 0
control = Master
min_volume = 0
max_volume = 100
volume_scale = cubic

Anybody any idea what could be wrong? Thanks for some help
Tom

If it’s anything like a pi then you might need to ensure mopidy is in the correct group to access the sound card. If you are using hdmi sound that might include the video user. Also make sure you default soundcard (if there are two) is correct for all users i.e including the mopidy user. There’s a bit more detail on both these things in our raspberry pi installation docs.

It’s 2 years old but there might be some hints here, looks as though I had problems with gstreamer and alsamixer set up. That could all have changed, like I say it was 2 years ago now.

Steve, this helped, I was missing gstreamer1.0-alsa…thanks a lot for the help…

1 Like