Skip to main content
Inspiring
September 28, 2009
Question

Possible to add cue points to a FLV recorded by webcam?

  • September 28, 2009
  • 1 reply
  • 841 views

Hello,

I am wondering if it is possible to add/inject a cue point to an FLV server-side that has been recorded/published from a users webcam using FMS3.5.

Thank you

    This topic has been closed for replies.

    1 reply

    September 28, 2009

    You can, but you need to record the flv to a new stream, adding the cuepoints using Stream.send.

    A better way might be to use PHP:

    http://code.google.com/p/php-flvinfo/

    Inspiring
    September 28, 2009

    I am already recording the FLV to a stream.  How would I use the NetConnection.send method to add cue points to the FLV being recorded?

    Thank you.

    September 29, 2009

    Perhaps I didn't understand your initial post. Do you need to add events while the stream is being recorded, or do you need to add them after the recording has been completed?