Skip to main content
Participant
March 12, 2009
Question

Streaming Multiple cameras

  • March 12, 2009
  • 3 replies
  • 487 views
I want to be able to send more then one stream to my FMS. These are all live streams and I do not want any user input. I have an array with the cameras currently but I can't get them all to stream on load. I am new to actionscript but I am used to VB. Anyone know an easy way to do this? Any new advice is helpful. Thank you.
    This topic has been closed for replies.

    3 replies

    Participant
    March 12, 2009
    how can I use the same connection when the end of it has to be a different variable for each camera? I need to tell it that there is an account number before the camera number and then the number of the camera...

    accountnumber_01
    accountnumber_02
    so on and so forth.
    Participant
    March 12, 2009
    It does help some...I will get back to you when work with it a little.
    March 12, 2009
    You need a unique NetStream for each camera, but you can use the same NetConnection. Does that help?

    Jody