Skip to main content
May 15, 2012
Answered

NetStream.Codec.Error ?

  • May 15, 2012
  • 1 reply
  • 1210 views

Hi,

I have code:

     var flag = myStream.play("sample_2", 15, -1, true);

     trace("flag = " + flag);

with sample_2 is a flv file, captured from FMLE 3.2, format VP6. But it error in onStatus function: NetStream.Codec.Error ?

I try download another flv file from youtube, not success.

How do I fix it ?

    This topic has been closed for replies.
    Correct answer NpComplete

    Are you sure that its not a H264 coded file?? Codec is Vp6

    1 reply

    NpCompleteCorrect answer
    Adobe Employee
    May 15, 2012

    Are you sure that its not a H264 coded file?? Codec is Vp6

    May 16, 2012

    Hi Nitin,

    I'm config H.264 & AAC for output file from FMLE, format f4v. And I can play without above eror. thanks your help.