[Tutor] Implementing a Media Streaming Server in Python

Anubhav Yadav anubhav1691 at gmail.com
Mon May 18 13:59:59 CEST 2015


I was looking to implement a media streaming server in python, which can
stream movies to mobile based clients efficiently to multiple clients (over
50 clients )

Should I just use plain sockets to create connection or should I go with a
framework like twisted/flask?

I want to know what would be the best way to design the video/media
streaming server?

Thank you.

-- 
Regards,
Anubhav Yadav


More information about the Tutor mailing list