Skip to main content
Inspiring
December 19, 2007
Answered

unexpected end of file on recorded streams

  • December 19, 2007
  • 3 replies
  • 550 views
I have an application that records video from the user's webcam using FMS 2. After the file is created I want to perform several post-production processes on the recorded FLV, but I have found out that recorded FLV files have an unexpected end of file. Each time I try to open the file for processing with external tools I get EOF errors. My guess is that FMS does not close the FLV file just in case another client might want to "append" video to it. Anyone know a way to configure FMS or record the stream in a way that the file gets closed properly?

thank you
    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer GenaroRG
    wow

    I found the error. If you want to use flvtool2 or flvtool++ with recorded streams you should take a look a this doc I prepared.

    http://www.genarorocha.com/FLVfix.pdf

    genaro

    3 replies

    GenaroRGAuthorCorrect answer
    Inspiring
    December 29, 2007
    wow

    I found the error. If you want to use flvtool2 or flvtool++ with recorded streams you should take a look a this doc I prepared.

    http://www.genarorocha.com/FLVfix.pdf

    genaro
    Known Participant
    January 2, 2008
    The chart in your pdf. Did you generate it manually, or was this done with a particular tool?
    GenaroRGAuthor
    Inspiring
    January 2, 2008
    I created a flash application to read the file in binary mode and create that chart