我想将我的Raspberry Pi用作可以通过网络播放音频的PulseAudio接收器。
首先,我想让Pulseaudio在本地运行,并遇到各种错误。我正在使用推荐的Debian映像。
如何启动和运行PulseAudio的最佳过程是什么?
到目前为止,这是我尝试过的:
程序
到目前为止,我的过程类似于以下内容:
安装Pulseaudio和VLC:
sudo apt-get install pulseaudio
配置GStreamer以使用pulseaudio接收器:
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink
加载音频设备的内核模块
sudo modprobe snd_bcm2835
使用mp3运行VLC
vlc
问题
VLC反复破解,打印此错误:
[0x7503d0] alsa audio output error: cannot write: Broken pipe