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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to