资 源 简 介
Description
This module was written to feed videos to the end-user while the rendering engine is still working on it. This works best with On2 FLV as its rendering process is mostly single-pass, except for the meta-data such as duration.
Limitations
Single-pass encoding is a must; an encoding that relies on seeking back into the file to write vital data will not be applicable. As its purpose could go beyond video streaming, I would like to know any ideas that could build on it.
Installation
Make sure that apxs is in your path; otherwise edit the Makefile to change the executable location.
svn checkout http://modstream.googlecode.com/svn/trunk/ modstream-read-onlycd modstream-read-onlymake
Configuration
Inside httpd.conf:
LoadModule stream_module modules/mod_stream.so
Inside httpd.conf or .htaccess:
SetHandler stream# Stre