문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top