Help building a Youtube type site

Associate
Joined
20 Sep 2003
Posts
2,384
Location
Scotland
I have an idea for a video site I want to build but don't really know where to start. I want it to be like Youtube so:

  • Able to search
  • Able to Upload videos
  • Able to record your on video from webcam
  • Categorize videos


Are there any scripts out there that I can use to get this project of the ground?
 
Do you have a plan as to how to pay for such high volumes of data transfers?
Using a CMS on a 2gb/month shared hosting starter package might be fine for sharing vids with a few friends, but it'll die very quickly once out in the wild, and you'll be left with a very expensive bill for bringing down the 30 sites that were hosted on the same server as yours, not to mention the penalties for going way over your usage limits.
 
Yeah I am not really bothered about all the ins and outs of that just now. I just want to get a prototype up and running of my idea then start to think about the hosting plans etc.

So what can you suggest as a system to get me started?
 
phpmotion but remember you need a server that deals with

- PHP 4.3 and above (including support of CLI)
- MySQL database server
- LAME MP3 Encoder
- Libogg + Libvorbis
- Mencoder and also Mplayer
- FFMpeg-PHP
- GD Library 2 or higher
- CGI-BIN
- Be able to run background processes
 
There are no good scripts out there. There are some basic scripts which can handle a lot of traffic, but none have anywhere near the functionality that youtube has.
 
Back
Top Bottom