[Zope] Video

Christopher Petrilli petrilli@digicool.com
Thu, 13 Jan 2000 18:59:04 -0500


On 1/13/00 4:01 PM, Nemeth Miklos at nemeth@iqsoft.hu wrote:

> Is it possible to serve video content with Zope?

I suppose it's POSSIBLE, but wouldn't be a good idea honestly for a couple
of reasons:

    1) Video media is huge, many times dozens of gigabytes, this could
       easily bloat the object database to HUGE sizes, which might impact
       performance, it's an unknown with objects that size.

    2) Streaming media often using protocols like RTSP, which we do
       not implement.  HTTP isn't really appropriate for streaming.

> Apart from RealNetwork and Microsoft is there any (preferrably
> multiplatform) solution for providing video over the Internet?

The other option is QuickTime Streaming server, which is available in source
code form.  http://www.apple.com/quicktime/  Unfortunately, there's no
players for Linux yet.

Chris
-- 
| Christopher Petrilli        Python Powered        Digital Creations, Inc.
| petrilli@digicool.com                             http://www.digicool.com