Skip to main content
nthingvall
Inspiring
December 8, 2017
Question

Configure Adobe Media Server to Put MOOV Atom at Start

  • December 8, 2017
  • 1 reply
  • 735 views

Is there a way to configure Adobe Media Server to not put the MOOV atom at the end of the file when recording a stream on the server? I don't want to have to do a post-processing step to move the MOOV atom to the beginning of the file. The stream is coming in live and I'm recording it on the server side as an MP4.

    This topic has been closed for replies.

    1 reply

    Graeme Bull
    Community Expert
    Community Expert
    January 18, 2018

    This is an old problem, I don't think it was every solved as MOOV atom needed to be done at the end of the recording as they couldn't get it to be in the beginning due to the encoding process. There's no way to fix this.

    Adobe Employee
    January 22, 2018

    You can write your own file format plugin in case you are willing to go the extra mile. The interface for writing file format plugin is available as public documentation.

    Graeme Bull
    Community Expert
    Community Expert
    February 1, 2018

    ah yes, I remember that option now. Thanks for the reminder.