Skip to main content
March 23, 2010
Question

Multiple NetStream creation

  • March 23, 2010
  • 2 replies
  • 658 views

I have an FMIS 3.5 app where I am attempting to publish multiple streams to an edge server.  I have found that if I loop through my list of streams and attempt to publish to the edge server (i.e. as fast as possible), the publishing will fail.  They succeed if I have some delay between the publish calls.  Is this expected?

    This topic has been closed for replies.

    2 replies

    Participating Frequently
    March 24, 2010

    You should never publish to edge server, you need to publish to Origin Server.

    March 25, 2010

    I didn't literally mean and FMS edge server, rather an external resource that I'm publishing streams to (i.e. some CDNs).

    I don't have a lot of concise information becuase this was something I noticed quite a while ago and have since programmed the app differently to get around it.  I don't remember if I was attempting to publish multiple streams on a single NetConnection or multiple streams on multiple net connections (1 conn:1 netstream).  I just remember that when doing multiple netstream.publish calls over multiple netstream objects in row, it woudl fail, but if I published with some amount of delay in between, it would work.  My apologies for not having clearer information, but I'm trying to verify if this sounds similar to a known issue.  It effects how I'm approaching the publishing of many streams to different CDNs.  I'd have to go back and construct something to test with again.

    Participating Frequently
    March 26, 2010

    Can you post your publishing application code, probably that would help me to resolve the issue.

    Adobe Employee
    March 23, 2010

    Not sure what you are doing here.

    Can you please elaborate a little more?