Skip to main content
EMelville
Participating Frequently
February 5, 2013
Question

Adobe Media Server DVR only 5 second recording

  • February 5, 2013
  • 2 replies
  • 610 views

I have a strange problem. I have an application built in Flash Builder.

When I record to Flash Media Server I don't have any issues, it'll do DVR for as long as I want. But when I record to Adobe Media Server, the recording is only 5 seconds long.

ns = new NetStream(nc);

ns.client = new Object();

userUID = UIDUtil.createUID();

ns.attachAudio (mic);

ns.attachCamera (camera);

ns.publish( "demo" + userUID, "record" );

Later I can play the recording, timestamp says that it's a 5 second archive, but it'll really keep playing the recorded video.

Same code, just different server.

Has anyone had this problem when migrating to Adobe Media Server from Flash Media Server? Using Amazon.

This topic has been closed for replies.

2 replies

Participant
March 7, 2013

I'm having this issue as well. Did you ever find a solution to it?

EMelville
EMelvilleAuthor
Participating Frequently
February 14, 2013

No one's had this problem before? Or anything similar?