开发者

FLVs on timeline are glitching out

I have a Movieclip with about five FLV movies embedded on its timeline, one after another.

I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they each play there timelines in a loop.

The problem is that when one of the instances switch over to playing a new FLV, then some of the other instances "glitch out"! See this image for what the glitch looks like:

FLVs on timeline are glitching out

(source: adamharte.com)

This glitch also happens when they first start playing (first load).

More details of Flash:

  • 24fps
  • FlashPlayer 10
  • Actionscript 3

More details of the FLVs:

  • Encoded with On2 VP6
  • 24fps
  • transparent background (alpha channel)
  • dimensions 640x480
  • filesize are about 150KB each
  • FLVs are imported using option: "Embed video in SWF and play in timeline"

Has anyone seen this before? Does anyone have a reason for why this might be happening?开发者_JS百科 And any possibly ways to stop it from happening.

EDIT* It seems to only "glitch" when an FLV is started from a random frame (a frame that is not the first frame). I don't think it always does it, but it does it quite often.


I would say one of two things is probably happening:

  1. The video elementary stream is being corrupted. This could be in the FF parser or in the delivery mechanism to the instance of the decoder.

  2. The instance of the decoder is compromised.

The aritfacts in the picture look like I-frame artifacts, definitely in the transform coefficient domain.

If you're starting a video decoder and jumping into a stream that's already broadcasting, make sure you look for an I-frame to start up on. If you start on a P-frame, you'll see artifacts as well.

Not sure why other instances would be affected by one switching out. Perhaps there is some close-down logic that trashes the other instances?


Could be that since the FLVs are very large, that there is not enough memory on the system to cope with all that data. Or the videos are not playing from an I-Frame when started.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜