HELP WITH VIDEO Streaming

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
slyphax
Forum Newbie
Posts: 2
Joined: Tue Nov 22, 2011 10:54 am

HELP WITH VIDEO Streaming

Post 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
maxx99
Forum Contributor
Posts: 142
Joined: Mon Nov 21, 2011 3:40 am

Re: HELP WITH VIDEO Streaming

Post 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
slyphax
Forum Newbie
Posts: 2
Joined: Tue Nov 22, 2011 10:54 am

Re: HELP WITH VIDEO Streaming

Post 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
maxx99
Forum Contributor
Posts: 142
Joined: Mon Nov 21, 2011 3:40 am

Re: HELP WITH VIDEO Streaming

Post by maxx99 »

If you'll have any problems, just post some code of yours. Someone will help you fix it :)
Xeolex
Forum Newbie
Posts: 11
Joined: Fri Nov 18, 2011 9:00 am

Re: HELP WITH VIDEO Streaming

Post by Xeolex »

whats the best and easy player to integrate with php
Post Reply