High performance flv-streaming with lighttpd
sudo apt-get install lighttpd
enable the mod_flv_streaming in lighttpd.conf
server.modules = ( ..., "mod_flv_streaming", ... )
flv-streaming.extensions = ( ".flv" )
/etc/init.d/lighttpd stop
/etc/init.d/lighttpd start
mkdir -p /var/www/flvtest
cd /var/www/
wget http://jan.kneschke.de/projects/flv-streaming/kid_fight.flv
wget http://jan.kneschke.de/projects/flv-streaming/scrubber.swf
create and html page as in example page and test it
http://localhost/flvtest
technorati tags:ubuntu, lighttpd, flv, streaming, youtube
Blogged with Flock
No comments:
Post a Comment