Video stream server

Paul Boddie paul at boddie.org.uk
Wed Dec 6 17:27:19 EST 2006


Lad wrote:
>
> I love Python so I would like to implement video support  in Python.
> That is how it is related to Python only

I'm not sure if this is too low-level, but there's always the Flumotion
platform [1]: an open source streaming solution based on Python,
GStreamer and Twisted, and there's a Java applet for viewing in Web
pages (I'll save my rant about Flash for another time). This PyCon 2005
presentation slide takes you to the key points:

http://www.flumotion.net/doc/flumotion/presentation/pycon2005/html/img4.html

Of course, this is more about streaming than just video uploads and
downloads, but if you're considering streaming (or if anyone else
reading is), it's probably worth looking into.

Paul

[1] http://www.flumotion.net/




More information about the Python-list mailing list