Skip to main content
Inspiring
December 18, 2006
Question

Merging audio/video streams

  • December 18, 2006
  • 1 reply
  • 295 views
I have a PC feeding a video stream to a server, and periodically it drops out for whatever reasons. I want to restart the PC and reestablish the video stream. I want the new stream to be a continuation of the one in progress when the dropout occurred, I want the new video appended to the previous file.

Is that possible?.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    December 18, 2006
    Sure. Just use "append" instead of "record" in your publish arguments

    my_ns.publish("streamName", "append");

    http://livedocs.macromedia.com/fms/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00000589.html