kami998
kami998

Reputation: 91

Video streaming for different extensions

Please guide me for the technique by which i can stream each type of video formats on my website using flash player, As much as I found that its not possible to stream all video formats for flash players because they do not support all of them, but how can youtube and dropbox manage to stream any uploaded formats, can any one tell me how are the doing this do they creates a copy for every video in flash compatible format

Upvotes: 0

Views: 33

Answers (1)

Zbir Tatar
Zbir Tatar

Reputation: 41

Videos on YT are converted to the appropriate format after they're uploaded.

It's possible to do so with for example ffmpeg library that would be installed on the server. Check out http://www.ffmpeg.org/

Flash supports flv/f4v/mp4 formats.

Upvotes: 1

Related Questions