Hi, Here's a little example of how to use UDP (from http://dev.sourcefabric.org/browse/LS-450). Run this to send: $ liquidsoap 'output.udp(host="localhost",port=6666,%mp3,playlist("~/media/audio"),fallible=true)' and receive as follows: $ liquidsoap 'output.pulseaudio(fallible=true,input.udp(host="localhost",port=6666,"audio/mpeg"))' Of course, you can output to icecast instead of pulseaudio.
Tell us how this works with something else than liquidsoap as the emitter. Hope this helps, -- David ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
