Skip to main content
Participant
March 10, 2010
Question

flvcheck fails videos

  • March 10, 2010
  • 1 reply
  • 915 views

I have a web page that allows users to upload video files. Part of the process is that once a video is uploaded it goes through the flvcheck to make sure it is good. For some reason when I upload a large video (over 1.5 GB) it fails the flvcheck. When I run flvcheck manually on the video, it passes. Does anybody have any suggestions?

    This topic has been closed for replies.

    1 reply

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    March 11, 2010

    Try doing a checksum (Md5 checksum would be fine, you can find lots of tools that will make these for you) of both files and make sure that they're the same both pre and post upload. If they are then you'd expect that FLVCheck would return the same results for each.

    Asa

    swmikenAuthor
    Participant
    March 11, 2010

    Thanks Asa I wil try that.

    Btw...do you know what an "unhandled exception: bad allocation" message returned from flvcheck is caused by? I seem to be getting that response back now and can't find anything about it in the documentation. Thanks!

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    March 12, 2010

    That exception usually comes from C++ when you're trying to allocate more memory than the process can support, the system heap has been damaged somehow, etc.  It's not an expected error, more like a serious programming problem.  Do you have a way to reproduce it?