Python Forum
online audio streaming - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: online audio streaming (/thread-23262.html)



online audio streaming - experimental - Dec-18-2019

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/59391795/audio-streamer-using-python-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