• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

"NetStream.Codec.Error" record RTMFP

New Here ,
Jan 22, 2012 Jan 22, 2012

Copy link to clipboard

Copied

I record RTMFP Stream. Use this code

....

NetGroup ng

.....

application.recordStream[nick + "multicast"] = Stream.get("mp4:multicast-ingest" + nick +"_record" +".mp4");

if ( application.recordStream[nick + "ingest"] != null )

{

          application.recordStream[nick + "ingest"].close();

}

 

application.recordStream[nick + "ingest"] = ng.getMulticastStreamIngest(nick);

application.recordStream[nick + "multicast"].record("append");

application.recordStream[nick + "multicast"].playFromGroup(application.recordStream[nick + "ingest"]);

Video published in H264 format.

As a result, I get an error : "NetStream.Codec.Error".

As a result, the sound recording was successful.

But in place of the video image I see a black screen

Help me, please/

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 07, 2012 May 07, 2012

Copy link to clipboard

Copied

do you find the answer i too have problems to play recorded stream from rtmfp connection

if you do please send me email: g_w_master@yahoo.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 12, 2012 May 12, 2012

Copy link to clipboard

Copied

Do you get this error with ony H.264 or with other codecs. Also do you get this error in "append" mode only or also with "record" mode?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 12, 2012 May 12, 2012

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines