Video stream server

Tim Roberts timr at probo.com
Tue Dec 5 02:08:16 EST 2006


"Lad" <python at hope.cz> wrote:
>
>The most important thing now is how to add a support for video files.

This is not really a Python question -- it's an HTML question.  You need to
spend some time Googling for <object> and <embed> tags which allow you
shove a video as part of a web page.  Then you can use your Python web site
to create the appropriate HTML.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list