Forum Moderators: phranque
My client has a collection of videos on his site.
He wants the ability to stream them in 3 different speeds according to the link a user presses. (slow, medium and high speed).
How can I do this?
Has anyone heard of a good script/software (open source preferably, but if not, commercial is ok too) which are known to be the best and run in a LAMP environment?
Is it fair to say we will need a dedicated server?
Thanks.
Can you configure the flash streaming server to stream in different speeds depending on link clicked, or does it automatically determine the connection and stream accordingly? I want the ability to have the user manually click to select a speed.
Also, is there a way to configure the size of the video window the user will see for each speed?
Is there an open source streaming server which allows 3 speeds of streaming?
Any "streaming" magic (i.e. starting to show the video before the complete file has downloaded) is strictly on the client side, and dependent on the user's media player.
You can provide different bitrates by having multiple versions of each file, each encoded with a different bitrate.