public marks

PUBLIC MARKS from camel with tags setup & streaming

27 June 2008 13:30

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.

camel's TAGS related to tag setup

administration +   antispam +   apache +   applications +   awstats +   backup +   box +   cacti +   clamav +   cluster +   code +   config +   control +   database +   debian +   desktop +   djbdns +   dns +   dtc-xen +   email +   file +   flash +   flv +   format +   free +   ftp +   guide +   hosting +   howto +   html2rss +   im +   image +   install +   interface +   isp +   lighttpd +   linux +   log +   logrotate +   lvm +   mail +   management +   monitoring +   mysql +   network +   online +   performance +   php +   php5 +   player +   plugin +   port +   postfix +   proxy +   puppet +   qmail +   raid +   reference +   remote +   replication +   rss +   script +   security +   server +   serveur +   share +   shell +   shop +   site +   smtp +   spamassasin +   ssh +   streaming +   subversion +   tips +   tools +   tutorial +   tutoriel +   ubuntu +   upload +   usb +   video +   virtualisation +   vmware +   vnc +   web +   webcam +   wordpress +   xen +