Skip to main content
February 25, 2009
Question

Create new flv from existing netStream

  • February 25, 2009
  • 1 reply
  • 378 views
Is it possible to create a new FLV using netStream.publish() out of an existing video stream? I'm trying to make something similar to a karaoke app where you can record your self via webcam singing a tune and then add sound effects to it as it plays back to you.

I have the webcam recording and playback all worked out, I just can figure out how to add the existing video and new sound to the netStream.

I cant seem to find any answers as to weather or not this is even possible, but I'm leaning towards no.
    This topic has been closed for replies.

    1 reply

    February 25, 2009
    Each NetStream object can play one stream. You can append a stream to another stream, but you can't merge them.

    Jody
    February 25, 2009
    Ouch. Looks like I'll have to come up with a different process. Thanks for the help.