Skip to main content
Inspiring
January 14, 2009
Question

Multipointing Quality Loss

  • January 14, 2009
  • 1 reply
  • 311 views
I have setup two servers and have server to server streams going. When a user publishes a stream a netconnection is opened to the second server and once "NetConnection.Connect.Success" is received the netstream is created and then stream via Stream.get(name) is attached and publish. This works fine, the quality is the same on the second server.

The issue is when the netconnection is lost to the second server, and then reconnected. I setup the netstream the same way as when the netconnection first connected, however the quality after reconnecting is not the same.

Has anyone experienced anything like this? What would some possible causes of quality loss from server to server be? I am using the admin console to sample the streams.
    This topic has been closed for replies.

    1 reply

    Inspiring
    January 15, 2009
    Just in case anyone else runs into this issue, deleting the netconnection and creating a new one, instead of reconnecting eliminated the quality loss.