Question

I've been stucked with this requirement for a long time.And how can I do that?Any suggestions would be appreciated!

Was it helpful?

Solution

I think that there are several options

a)Do the processing on the Flash Player (skip frames) - I think it is inefficient and I do not think that you will have a good user experience - but you can give it a try

b)Write a plugin for your streaming server (in FMS you can do it in C++) which is doing the same thing - skipping frames in order to obtain the desired effect.

c)Encode your video files in several formats: 1x, 2x, 4x etc and switch the stream from the flash player accordingly. I think this is the easiest solution.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top