Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a client who's requirement is that he wants a website which would be able to stream through uploaded videos through search. And the most demanding requirement is that they have certain events held every week and they want those events covered and recorded on camera and this video should be visible on the website live.

I know how to make website in php but I don't know what is the requirement for a webcast based website specially the camera and bandwidth requirement.

Also what are the requirements and methods for a website which can stream videos uploaded on server.I am totally new to video streaming and don't know how to do it in php.

Please explain me the way to implement it.

share|improve this question
if you put them on youtube, you don't have to worry about bandwidth – Dagon Jul 10 '12 at 4:23
And even though you don't know how to do that - you still was hired? – zerkms Jul 10 '12 at 4:29
I have to give the client the requirements for the site and camera, my role will be to develop site modules which i can and the client has other guys for other tasks according to the requirement. – shivgre Jul 10 '12 at 4:57

2 Answers

up vote 0 down vote accepted

Try the HTML5 webcam capture.

It was highlighted during Google IO.

I think you need to Google for the method. I have not really used it just yet.

share|improve this answer

I did a lot of research and found that we have to use a flash kind of server. For that we have 2 choices : RED5 and Flash. RED5 being open source while Flash is not free. for such kind of webcasting we require such server installed and then use the appropriate api and embed the flash player into your webpages. These special servers are required as we need to process requests without refreshing the page and then load the content dynamically.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.