PulseAudio 및 gstreamer Python 스크립트(pygst)에 이상한 문제가 있습니다. 아래 스크립트는 실행할 때만 작동합니다.
cat /dev/urandom | pacat
앞으로.
나는 이 문제의 원인이 무엇인지 전혀 모릅니다. 그밖에 누가?
스크립트 조각:
self.pipeline = gst.Pipeline("RadioPipe")
self.player = gst.element_factory_make("playbin", "player")
self.pipeline.add(self.player)
pulse = gst.element_factory_make("pulsesink", "cardname0")
self.player.set_property("audio-sink", pulse)
self.player.set_property('uri', self.mp3stream)
self.pipeline.set_state(gst.STATE_PLAYING)
체계:
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux
pi@raspberrypi ~ $ dpkg -l | egrep "pulse|alsa" | awk '{ print $2 " - " $3}'
alsa-base - 1.0.25+3~deb7u1
alsa-utils - 1.0.25-4
gstreamer0.10-alsa:armhf - 0.10.36-1.1
gstreamer0.10-pulseaudio:armhf - 0.10.31-3+nmu1
libpulse0:armhf - 2.0-6.1
pulseaudio - 2.0-6.1
pulseaudio-module-x11 - 2.0-6.1
pulseaudio-utils - 2.0-6.1