public marks

PUBLIC MARKS from camel with tags performance & flv

June 2008

flv streaming with lighttpd

by 2 others (via)
1.4.11 got a new module for streaming Flash movie files called mod_flv_streaming. This module allows you to seek in FLV files using the high performance infrastructure of lighttpd. The idea is simple and explained and implemented on ‘Streaming’ flv video via PHP, take two at http://www.flashcomguru.com/ But instead of streaming the file through PHP we do it in the webserver. The module expects a request for the URL which matches flv-streaming.extensions and can handle a ’?start=’ as part of the request. The information to pass into the ‘start’ parameter is extractly by the flash-player from the meta-data of the flv-files. The meta-data can be setup with flvtool2 Now I leave it to you to combine this with mod_secdownload to create a flv-streaming server for free with deep/hot linking protected movies. server.modules = ( ..., "mod_secdownload", ## optional "mod_flv_streaming", ... ) flv-streaming.extensions = ( ".flv" ) Take the flash-player from flashcomguru and adjust the URL in the player and try yourself.

November 2007

~jk flv streaming

(via)
High performance flv-streaming with lighttpd is possible since lighttpd 1.4.11. With lighty you can easily handle 10000 parallel downloads of your movies including protection against hot-linking with mod_secdownload. This is basicly all you need to build the free video.google.com for yourself.

camel's TAGS related to tag performance

admin +   apache +   api +   application +   applications +   bench +   benchmark +   benchmarking +   bestpractices +   blog +   build +   cache +   cluster +   code +   combine +   configuration +   conférences +   construction +   control +   cookies +   cours +   css +   database +   debian +   dev +   disk +   eco-conception +   ecologie +   file +   flash +   flv +   framework +   free +   gallery +   google +   gpl +   graph +   howto +   hqe +   htaccess +   html +   http +   image +   install +   javascript +   lighttpd +   linux +   livre +   lpref +   mail +   maison +   management +   monitoring +   mysql +   nagios +   navigation +   network +   nginx +   optimisation +   optimization +   optimize +   pdf +   php +   php5 +   player +   plugin +   postfix +   ppt +   programming +   project +   qmail +   report +   reseau +   rrd tool +   scalability +   scaling +   script +   server +   serveur +   setup +   site +   software +   speed +   streaming +   sysadmin +   test +   tips +   tools +   tutorial +   ubuntu +   usb +   velocity +   video +   virtualbox +   web +   webdev +   xen +   xhtml +   xml +   zimbra +