Could not open audio device for playback. with GStreamer on Rapsberry Pi

You can fix this error by explicitly setting the default audio device. For instance, put this:

pcm.!default {
 type hw
 card 0
}

ctl.!default {
 type hw
 card 0
}

in $HOME/.asoundrc

Leave a Reply

Your email address will not be published. Required fields are marked *