Skip to main content
Known Participant
January 20, 2007
Question

Creating a new recorded instance

  • January 20, 2007
  • 1 reply
  • 182 views
Hi,

I have managed to get my webcam to record to fms but only one instance, it just replaces the file each time it records, does anyone know the way to make new instances, there is a thread on here somewhere about it but have managed to lose it!

thanks for your help

Gavin
    This topic has been closed for replies.

    1 reply

    January 20, 2007
    Do you want to create a new instance of the application for each recording, or do you just want to save multiple recordings through the same app instance?

    If you want to create a new application instance, change your rtmp string to reflect the instance name you want to use:

    rtmp://myserver.com/myApplication/InstanceName

    If you just want to change the name of the recorded flv file, change the name of the stream you publish to

    ns = new NetStream(nc);
    ns.publish("someUniqueStreamNameHere", "record")
    thahipAuthor
    Known Participant
    January 21, 2007
    Thanks, that has helped

    thanks again

    Gavin