Is anyone aware of a open source CMS written in python using which I can make a site like YouTube?
|
closed as not constructive by Kris, x3ro, Tichodroma, Craig Ringer, Simone Carletti Oct 8 '12 at 11:24
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Django is a good Python Framework, as well as CherryPy and Pylons. However, a framework is not a CMS. An open source video CMS would be: Media Core Here is some info about how YouTube is build: (source: Google Video) Platform:
Webservers:
Video serving:
Serving Video Key Points:
Serving Thumbnails:
Databases:
Data Center Strategy
|
||||
|
|
|
You can also check out http://plumi.org, based on Plone. |
|||
|
|
|
Django and Pylons are the two most popular Python frameworks that will allow you to rapidly build your own CMS and youtube like video hosting site. Django http://www.djangoproject.com/ Pylons http://pylonshq.com/ Making your own site instead of relying on a CMS is really going to be your best bet because you will have to figure out a lot of other things like how to convert the uploaded video to FLV that won't a part of the core CMS functionality. There are a lot of other considerations like leveraging a cloud CDN to deliver your video content that just doesn't exist out of the box in any framework that I can think of, even those written in different languages. |
|||
|
|
|
MediaCore any good? "The open source video CMS for centralizing all of your video and podcasting needs" |
|||
|
|