hello
i am trying to making(just for knowledge purpose) a website similar to "you tube" and i am
using LAMP(linux+apache+php+mysql).
so please guide me on these topics(please keep in mind that the website is a high traffic
web site like you tube):
1.i am taking video uploads from user using a simple form like:
<form enctype="multipart/form-data" action="upload.php" method="POST">
.............
................
</form>
suggest me if their exists a better way.
2.i am storing videos in a folder on my server and saving the file name in mysql database.
suggest me if their exists a better way to store my uploads.
3.i want to show videos uploaded by user on my website using a flash video player,
so suggest me the name of a good flash media player(must be open source).
4.how can i serve videos in a better way if so many users viewing videos on my
website simultaneously?
5.should i use a flash media server for streaming?
-Thanks
Peeyush