Python Forum

Full Version: online audio streaming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
does anybody has experence with streaming in flask? i am trying to build an online radio using python but have some issues with it. i described the problem in this post https://stackoverflow.com/questions/5939...thon-flask

basically, i dont know if it is even possible to do it with flask, or if i should other framework like Tornado, or code it with some sockets or whatever. any hints are welcomed