开发者

How to accelerate the FLV video in RTMP?

开发者 https://www.devze.com 2022-12-27 04:11 出处:网络
I\'ve been stuckedwith this requirement for a long time.And how can I do that?开发者_开发百科Any suggestions would be appreciated!I think that there are several options

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消