Skip to main content
Known Participant
August 31, 2012
Question

FMS stop recording video in middle of recording

  • August 31, 2012
  • 1 reply
  • 2405 views

I am trying to record the h.264 long video through fms server side code(more than 2 hour), but video recording is stopped before I stop publishing the video, and it’s not throwing any error in server side as well as client side, I have given the video recording code

stream=Stream.get("mp4:testStream.f4v");

  if(stream)

  {

  stream.record("append");

  stream.play(streamName, -1, -1);

  }

and recorded video also not playing fine, its stuck in middle. should I need to modify anything? Any help are appreciated......

This topic has been closed for replies.

1 reply

Inspiring
September 5, 2012

Hi,

Please use the recommended Application - DVRCast - for Server Side recording and report back if you are still not able to record content.

Thanks,

Shiven

Known Participant
September 6, 2012

Cant I record the stream with out using the DVR cast application? If I must to use DVRCast application please could you tell me whats the reason for that. what should I do for recording the stream using DVRCast

Adobe Employee
September 6, 2012

Can you paste the whole server-side code and what are you using for publishing? And is there set pattern where your recording stops? Can you check your server-side core.00.logs and see if you see any recording failures?