Implementing file audio, video server.
Posted: Thu Jun 07, 2007 2:27 am
Hi,
I have a new project on my hands and I have some issues with this.
It is a management system for a label company and it needs to be finished in 2 months.
It will be for about 80.000 mp3 and I don’t now exact haw many movies.
For the hard-ware I have split the problem in two parts, one is the server with php and the database – dual xeon, and the file server/servers that will handle all the data, with 7 TB, for the start.
I started to design the database and also draw the php layers for the system.
I have to make a system that will allow the management team to create their audio play list and then lissen a predefined time for the mp3’s.They don’t want to listen for the song “on the browser” (embed flash player or other players…), but when they select a song I will send them a stream with the predefined time for the audio file. With what application they will hear it not my concern.
It is the same for the video section, I have to open a stream for the file to be vied but not save
I don’t now haw to implement the security and the interaction - stream issue.
Please give me some hints.
I will begin after 15 June with server tests. If some one is interested I will show the results. I estimated for start a 20.000 row for one table and another 10.000 – 15.000 row entries for other tables with join information’s.
Xdebug and CacheGrind - http_load -> Just started to learn about this: D
I have a new project on my hands and I have some issues with this.
It is a management system for a label company and it needs to be finished in 2 months.
It will be for about 80.000 mp3 and I don’t now exact haw many movies.
For the hard-ware I have split the problem in two parts, one is the server with php and the database – dual xeon, and the file server/servers that will handle all the data, with 7 TB, for the start.
I started to design the database and also draw the php layers for the system.
I have to make a system that will allow the management team to create their audio play list and then lissen a predefined time for the mp3’s.They don’t want to listen for the song “on the browser” (embed flash player or other players…), but when they select a song I will send them a stream with the predefined time for the audio file. With what application they will hear it not my concern.
It is the same for the video section, I have to open a stream for the file to be vied but not save
I don’t now haw to implement the security and the interaction - stream issue.
Please give me some hints.
I will begin after 15 June with server tests. If some one is interested I will show the results. I estimated for start a 20.000 row for one table and another 10.000 – 15.000 row entries for other tables with join information’s.
Xdebug and CacheGrind - http_load -> Just started to learn about this: D