Requirements for a Video Website

If you are planing to start a video website like youtube, here is some things to keep in mind. FLV PLAYER ======== You know in now a days most of the video streaming websites use flash player for video streaming. The video file is in flv format. So you need a flash video player for [...]

18 Comments , , , , , , , , , , ,

Amazon s3 example

Here i give you a sample code , in php, for amazon s3 file upload. Read the code carefully and try to implement. Best wishes. // grab this with “pear install Crypt_HMAC” require_once ‘HMAC.php’; // grab this with “pear install –onlyreqdeps HTTP_Request” require_once ‘Request.php’; // Note that version HTTP_Request 1.3.0 has a BUG in it! [...]

10 Comments ,