Re: Audio Streaming Using Django

2012-04-13 Thread sebastien piquemal
Django won't be of much use for the audio streaming part in itself. I've done it a while ago using Icecast2. Very simple to setup. On Friday, April 13, 2012 7:21:49 AM UTC+3, atul khairnar wrote: > > Hi, > I am developing Internet Radio App using Django. But i don't know how to > stream the au

Re: Audio Streaming Using Django

2012-04-13 Thread Phang Mulianto
hi, for stream over the web, you can us shoutcast or other torrent stream technology to save your server bandwidth maybe with django you can built your own backend.. Mulianto On Fri, Apr 13, 2012 at 12:21 PM, atul khairnar wrote: > Hi, > I am developing Internet Radio App using Django. But i