HELP WITH VIDEO Streaming
Moderator: General Moderators
HELP WITH VIDEO Streaming
Hello everyone,am new to php and i have a project at hand that am working on. Its a website that enables me stream videos. I have several videos in it and i numbered them with different id's. What i require is, a certain site keeps all the links to the videos. I created a page called watch.php and added flowplayer to enable me stream a single video.My problem is i dont want to have to create a seprate php file to watch each one. I need something that calls that watch.php file eveytime and passes the id i gave to the particular file along with it so the page remains the same but the video changes with the id. I mean something like watch.php?id=123. Something like that. Any quick response will be greatly aprreciated.I have untill Monday 28th November to do it.Pls i really need help
Re: HELP WITH VIDEO Streaming
Do you already have an example of single file with embedded video?
You might try to start from handling GET variables
http://www.php.net/manual/en/reserved.variables.get.php
You might try to start from handling GET variables
http://www.php.net/manual/en/reserved.variables.get.php
Re: HELP WITH VIDEO Streaming
yeah i have been successfully in doing it for one. I will check this GET variables.Thhanks for your help but more would still be welkumd
Re: HELP WITH VIDEO Streaming
If you'll have any problems, just post some code of yours. Someone will help you fix it 
Re: HELP WITH VIDEO Streaming
whats the best and easy player to integrate with php