Page 1 of 1

HELP WITH VIDEO Streaming

Posted: Tue Nov 22, 2011 11:17 am
by slyphax
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

Posted: Tue Nov 22, 2011 1:13 pm
by maxx99
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

Re: HELP WITH VIDEO Streaming

Posted: Fri Nov 25, 2011 5:27 am
by slyphax
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

Posted: Fri Nov 25, 2011 5:48 am
by maxx99
If you'll have any problems, just post some code of yours. Someone will help you fix it :)

Re: HELP WITH VIDEO Streaming

Posted: Fri Nov 25, 2011 12:09 pm
by Xeolex
whats the best and easy player to integrate with php