[Ubuntu] Streaming live audio to Internet?

Kristian Hermansen kristian.hermansen-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Sun May 20 15:23:30 EDT 2007


On 5/20/07, Scott Ehrlich <scott-3s7WtUTddSA at public.gmane.org> wrote:
> Basic goal: Take live input from mic port and relay signal over Internet

Does the mic traverse /dev/dsp?  The smallest amount of code I know to
do this is...

http://milw0rm.com/exploits/1294

It's assembly code, but it's from this crazy dude I know named phar,
an old Hacker Halfway House (HHH) guy from NYC.

However, icecast2 is in the ubuntu repos, so why not use that?

$ sudo aptitude install icecast2

And if none of the above works, you could create a pipe with mkfifo
which takes the encoded output stream from some app that records to
mp3, and send that to any MP3 streaming server.  Would this resolve
your issue?
-- 
Kristian Hermansen

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Discuss mailing list