<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Colin,<br>
<br>
I finally got around to trying this technique of sending audio out to a
shout server. Everything appears to work right from the start.
gst-launch starts up, the stream appears on my shoutcast server, etc.
But when I connect to the stream it contains nothing but silence. And
even more odd is that vlc says the stream is mono when the source
monitor is definitely stereo. I dug a little deeper with the pulseaudio
manager and sure enough monitor source is producing stereo and there is
sound going through it (volume monitor) but the outgoing recording
stream sets up as mono??? This is the exact line I'm using:<br>
<br>
gst-launch-0.10 pulsesrc device=zone5.monitor ! audioconvert !
vorbisenc ! oggmux ! shout2send ip=127.0.0.1 port=8000 password=####
mount=stream.ogg <br>
<br>
Any ideas?<br>
<br>
Matt<br>
<br>
<br>
Colin Guthrie wrote:
<blockquote cite="mid:g3tib4$b7h$1@ger.gmane.org" type="cite">
  <pre wrap="">Sebastian Wieseler wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello guys.

I've got a question about darkice/icecast together with pulseaudio.
How do they work together?

The only result of Google was:
gst-launch-0.10 pulsesrc
device=alsa_output.pci_8086_27d8_alsa_playback_0.monitor ! audioconvert
  ! vorbisenc ! oggmux ! shout2send ip=example.com port=8000
password=hackme mount=stream.ogg 


But
        # gst-launch-0.10 pulsesrc
        ERROR: pipeline could not be constructed: no element "pulsesrc". 
failed for me. :-/
    </pre>
  </blockquote>
  <pre wrap=""><!---->
In that case, you do not have the gst-pulse package installed.

It may not be called that in your distro... We call it 
gstreamer0.10-pulse in Mandriva for example.

gst-pulse used to be packaged separately 
(<a class="moz-txt-link-freetext" href="http://0pointer.de/lennart/projects/gst-pulse">http://0pointer.de/lennart/projects/gst-pulse</a>) but is has recently been 
promoted to being included in the default gst-plugins-good 
(<a class="moz-txt-link-freetext" href="http://gstreamer.freedesktop.org/modules/gst-plugins-good.html">http://gstreamer.freedesktop.org/modules/gst-plugins-good.html</a>)

HTHs

Col

_______________________________________________
pulseaudio-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>
<a class="moz-txt-link-freetext" href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a>
  </pre>
</blockquote>
</body>
</html>