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
nikhil_nkjain
Forum Newbie
Posts: 1
Joined: Thu Oct 14, 2010 5:27 am

Video Streaming

Post by nikhil_nkjain »

I have to stream different videos dynamically in my web site.
So can you provide me some code or hint for video streaming
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Video Streaming

Post by John Cartwright »

Heres a start: http://www.google.ca/search?q=flash+str ... =firefox-a

You will probably need to implement your own media server, such as Red5 (if you truly want to stream).

There are of course alternatives, but you've just been far too vague with your post.
Post Reply