Tuesday, January 09, 2007

flv-streaming with lightty and ubuntu server

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

:: ~jk :: my home

technorati tags:, , , ,

Blogged with Flock

No comments: