thanks a lot for your answeres!
I think switching to Zope 2.7.1 and using IStreamIterators did the job
for me :-)
thilo
Thilo Staebler wrote:
hi!
I have to stream large mpeg-files over http with range support. this
works quite nice until the client seeks in the (media)player and the
files aren'
On Thursday, July 8, 2004, at 01:07 PM, Thilo Staebler wrote:
hi!
I have to stream large mpeg-files over http with range support. this
works quite nice until the client seeks in the (media)player and the
files aren't to large, because zope caches the whole file...
...so each seek means strea
Hello Thilo,
Thursday, July 8, 2004, 9:07:18 PM, you wrote:
I don't know how it relates to Zope.
There's FFServer (http://ffmpeg.sf.net) - powerful streaming solution.
Or you may be interested in www.MMManager.org - Multimedia manager for
Zope.
TS> hi!
TS> I have to stream large mpeg-files over
hi!
I have to stream large mpeg-files over http with range support. this
works quite nice until the client seeks in the (media)player and the
files aren't to large, because zope caches the whole file...
...so each seek means streaming the whole file from the requested
position till end *g*
-