Jump to content

Upload Video


jojay

Recommended Posts

  • 4 months later...

If you want to run a video hosting site my sugestion is to look into ClipBucket, ClipBucket is a PHP software which mimics YouTube quite alot it even comes with a mimic theme that looks like YouTube theme a bit different to avoid the copyrights violations.Also there is a different software called PHPDirector, I dont really like it but you might.ClipBucket requires some features to be installed on the server before it can convert some video formats into .FLVIf you just want to upload something a simpler way I suggest looking into PHP Image Upload tutorial http://www.w3schools.com/php/php_file_upload.aspand from there own you can modifie this, but you will require MySQL to store the varible of the video file location and later on select that file depending on whats the file ID is from there own you can use echo statments.My suggestion is to try to learn a bit of PHP and MySQL like Insert, Update and Select commands. And for the upload as I said try to mod the tutorial found here http://www.w3schools.com/php/php_file_upload.aspHope this helps ^^-ColdEdge

Link to comment
Share on other sites

  • 3 weeks later...
I am new to uploading videos to the website. Can someone suggest a simple way to upload video to the website and update? What software is needed in order to upload or encoding? Please help. Thanks.
First, to make your video file size smaller and broadcast it to more Internet users, you can use FLV ( Flash video ).To add FLV video to web page, there are three steps:1. If your video is not FLV format, convert it to FLV with FLV encoder.2. Make web-based Flash video player.3. Embed the Flash video player to web page and upload all the web pages, Flash files and video files to your host server.You can check playerdiy.com, which is a quick solution to do this. This is the tutorial - http://www.playerdiy.com/support/tutorial/...deo-player.html
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...