Nick Hird wrote: > Does anyone have any information they can share with me on reading an > audio > stream with ruby? If you want to 'catch' the stream on its way in, I might try something like raw HTTP request: http://en.wikibooks.org/wiki/Ruby_Programming/Reference/Objects/Socket#Example or use EventMachine to do the same, if you plan on having multiple connections open. GL. -r -- Posted via http://www.ruby-forum.com/.