Discussion:
[Tutor] Implementing a Media Streaming Server in Python
Anubhav Yadav
2015-05-18 11:59:59 UTC
Permalink
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 - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Loading...