I've tried every how-to I can find! If it simply not possible to stream audio with pulseaudio?
Flumotion says all audio devices are busy, no matter what i do!
My perfered method would be icecast with pulse, but I can't get it to work! Icecast is no problem but the streams are always blank! The only suitable method I can find is using gst:
Code:
gst-launch pulsesrc ! audioconvert ! vorbisenc ! oggmux ! shout2send mount=/scanner.ogg port=8000 password=hackme ip=127.0.0.1
Icecast shows the stream, but there is no audio.
Any suggestion? Even better would be a audio streaming distro as I have a dedicated pc, but I'm having no luck with that also.
Edit: I'm attempting to stream from the microphone port.
Many Thanks.