public marks

PUBLIC MARKS from camel with tags php & video

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.

2007

ffmpeg-php

by 8 others (via)
ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)

Welcome To PHP Director | PHP Director

PHP Director is an open source content management system designed for the primary content being videos. Since March 2007 PHP Director has had a large ammount of support encouraging us to develop out latest version 0.2 this provides a highly customisable template system, Easy to use adminstration panel and now three video sources including YouTube, Daily Motion and Google Video.

2006

Flashcomguru.com - A community and resource on Flash Media Server: 'Streaming' flv video via PHP, take two

by 4 others (via)
'Streaming' flv video via PHP, take two Following a really interesting thread on the chattyfig Flashcomm list I have now been able to put together a simple video player which is capable of requesting and playing parts of a flv video file that have not previously been downloaded.

camel's TAGS related to tag php

administration +   ajax +   apache +   application +   applications +   benchmarking +   blog +   browser +   cache +   class +   cms +   code +   configuration +   convert +   css +   database +   debian +   debug +   dev +   développement +   email +   excel +   extension +   fastcgi +   ffmpeg +   file +   flash +   flv +   form +   format +   framework +   free +   gallery +   generator +   gestion +   google +   graph +   groupware +   howto +   html +   http +   image +   images +   install +   interface +   jabber +   java +   javascript +   jQuery +   linux +   log +   mail +   management +   monitoring +   mysql +   network +   newsletter +   online +   open source +   openid +   openoffice +   opensource +   optimisation +   optimize +   pdf +   pear +   performance +   perl +   photo +   php.lib +   picture +   project +   python +   remote +   rss +   script +   secure +   security +   server +   serveur +   setup +   site +   software +   spam +   standards +   streaming +   subversion +   svg +   tips +   tools +   tutorial +   ubuntu +   upload +   utf-8 +   video +   web +   webdev +   xhtml +   xml +   xul +