Skip to main content
Inspiring
August 6, 2008
Answered

How to disable fms from checking flv?

  • August 6, 2008
  • 1 reply
  • 436 views
We have developed a web app that can merge flv and add cuepoints to the flv. If I play the flv either locally or using http, it plays correctly and all the cuepoints execute. However, the fms server is unable to serve the file and it I use the flvcheck.exe to verify the flv I get error -9 Invalid FLV message footer. If there was a way to disable the fms server from trying to verify the files that should solve the issue. Thanks in advanced.
    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer kc2cheng
    There is no way to disable fms from checking the file. And the reason why fms is more strict on the file format is that it support other features such seeking which requires more calculation in the file. In your case, it is most likely that you are missing the last 4 bytes in the file that tells the size of the last message.

    1 reply

    kc2chengCorrect answer
    Adobe Employee
    August 6, 2008
    There is no way to disable fms from checking the file. And the reason why fms is more strict on the file format is that it support other features such seeking which requires more calculation in the file. In your case, it is most likely that you are missing the last 4 bytes in the file that tells the size of the last message.