Skip to main content
July 14, 2010
Question

Stream Priorities

  • July 14, 2010
  • 1 reply
  • 444 views

I currently have two connections with two separate streams.  They both hit the same fms 3.5 server. One connection transfers live audio and video.  The other one is used for remote objects.

Sometimes when viewing the audio and video stream with a slower internet connection, the stream for the shared objects disconnects.  I think it is a bandwidth issue.

Is there any way to set the priority of the streams?  I think this should allow me to set a higher priority for the shared object connection so it won't disconnect.

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    July 14, 2010

    are you saying you have 2 netconnctions ? Or are you saying you have  a single netconnection wilth multiple streams attached to it?

    July 14, 2010

    I have two separate connection objects connecting to two different fms applications.

    So one connects to "rmtp://fmsserver/sharedobjectapp" and the other to "rtmp://fmsserver/livevideoapp".

    calmchessplayer
    Inspiring
    July 14, 2010

    I believe the video/audio netconnection will always trump the sharedobject connection because its constanly sending and receiving data where the remoteshared object only ocasionally receives data....what you could do is when netStatus calls NetConnection.Connect.Closed you could call a function to recall you netconnection make sure from the NetStatus function that you are calling a function that calls the NetConnection as it will fail if you do it directly.