Skip to main content
December 7, 2012
Question

AIR3.5 for iOS & f4v & iPad, Error #2044: Unhandled NetStatusEvent

  • December 7, 2012
  • 4 replies
  • 1518 views

Hello,

Now, I have to try to play the video on iPad2.

The video file is f4v.

But this error occurs

Error #2044: Unhandled NetStatusEvent:. level=error, code=NetStream.Play.StreamNotFound

This is my environment

Flash CS6

AIR3.5

iPad2 iOS6

Use StageVideo

RenderMode - Direct

I was able to play flv and mp4 with the same code.

Only when using the f4v, that error occurs.

My question is

Can I play f4v on AIr for iOS ?

Where is documentation for it?

This topic has been closed for replies.

4 replies

Inspiring
December 7, 2012

It's an AIR bug. Just change the file's extension from .f4v to .mp4.

December 10, 2012

thanks random.

I tryed to change extension. so I was able to play.

but...

I had to embed the video cuepoint. the event does not occur at the cue point.

can't use cuepoint ?

Inspiring
December 10, 2012

Cue points are not supported on iOS when using H.264. You would have to use .flv instead.