MulticastStreamInfo class

[adoberuntime]Flash Media Server 4.5 [/adoberuntime]

The MulticastStreamInfo class specifies various Quality of Service (QoS) statistics related to a NetStream object's underlying RTMFP peer-to-peer and IP Multicast stream transport. A MulticastStreamInfo object is returned by the NetStream.multicastInfo property.

Properties that return numbers represent totals computed from the beginning of the multicast stream. These types of properties include the number of media bytes sent or the number of media fragment messages received. Properties that are rates represent a snapshot of the current rate averaged over a few seconds. These types of properties include the rate at which a local node is receiving data.

To see a list of values contained in the MulticastStreamInfo object, use the MulticastStreamInfo.toString() method.

MulticastStreamInfo.bytesPushedToIPMulticast

msi.bytesPushedToIPMulticast
msi.bytesPushedToIPMulticast
msi.bytesPushedToIPMulticast

Read-only; Specifies the the total count of media bytes sent by the local node to IP Multicast.

MulticastStreamInfo.bytesReceivedFromIPMulticast

msi.bytesReceivedFromIPMulticast
msi.bytesReceivedFromIPMulticast
msi.bytesReceivedFromIPMulticast

Read-only; Specifies the total count of media bytes received by the local node from IP Multicast.

Availability

Flash Media Server 4

MulticastStreamInfo.bytesReceivedFromServer

msi.bytesReceivedFromServer
msi.bytesReceivedFromServer
msi.bytesReceivedFromServer

Read-only; Specifies the total count of media bytes received by the local node from the server.

Availability

Flash Media Server 4

MulticastStreamInfo.bytesRequestedByPeers

msi.bytesRequestedByPeers
msi.bytesRequestedByPeers
msi.bytesRequestedByPeers

Read-only; Specifies the total count of media bytes sent by the local node to peers in response to requests from those peers for specific fragments.

Availability

Flash Media Server 4

MulticastStreamInfo.bytesRequestedFromPeers

msi.bytesRequestedFromPeers
msi.bytesRequestedFromPeers
msi.bytesRequestedFromPeers

Read-only; Specifies the total count of media bytes received by the local node from peers that were specifically requested by the local node.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsPushedFromPeers

msi.fragmentsPushedFromPeers
msi.fragmentsPushedFromPeers
msi.fragmentsPushedFromPeers

Read-only; Specifies the total count of media fragment messages received by the local node that were pushed by peers.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsPushedToIPMulticast

msi.fragmentsPushedToIPMulticast
msi.fragmentsPushedToIPMulticast
msi.fragmentsPushedToIPMulticast

Read-only; Specifies the total count of media fragments sent by the local node to IP Multicast.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsPushedToPeers

msi.fragmentsPushedToPeers
msi.fragmentsPushedToPeers
msi.fragmentsPushedToPeers

Read-only; Specifies the total count of media fragment messages pushed by the local node to peers.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsReceivedFromIPMulticast

msi.fragmentsReceivedFromIPMulticast
msi.fragmentsReceivedFromIPMulticast
msi.fragmentsReceivedFromIPMulticast

Read-only; Specifies the total count of media fragment messages received by the local node from IP Multicast.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsReceivedFromServer

msi.fragmentsReceivedFromServer
msi.fragmentsReceivedFromServer
msi.fragmentsReceivedFromServer

Read-only; Specifies the total count of media fragment messages received by the local node from the server.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsRequestedByPeers

msi.fragmentsRequestedByPeers
msi.fragmentsRequestedByPeers
msi.fragmentsRequestedByPeers

Read-only; Specifies the total count of media fragment messages sent by the local node to peers in response to requests from those peers for specific fragments.

Availability

Flash Media Server 4

MulticastStreamInfo.fragmentsRequestedFromPeers

msi.fragmentsRequestedFromPeers
msi.fragmentsRequestedFromPeers
msi.fragmentsRequestedFromPeers

Read-only; Specifies the total count of media fragment messages received by the local node from peers that were specifically requested by the local node.

Availability

Flash Media Server 4

MulticastStreamInfo.receiveControlBytesPerSecond

msi.receiveControlBytesPerSecond
msi.receiveControlBytesPerSecond
msi.receiveControlBytesPerSecond

Read-only; Specifies the data rate of control overhead messages received by the local node from peers in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.receiveDataBytesPerSecond

msi.receiveDataBytesPerSecond
msi.receiveDataBytesPerSecond
msi.receiveDataBytesPerSecond

Read-only; Specifies the total rate at which media data is being received by the local node from peers, the server, and over IP multicast, in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.receiveDataBytesPerSecondFromIPMulticast

msi.receiveDataBytesPerSecondFromIPMulticast
msi.receiveDataBytesPerSecondFromIPMulticast
msi.receiveDataBytesPerSecondFromIPMulticast

Read-only; Specifies the rate at which media data is being received by the local node from IP Multicast in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.receiveDataBytesPerSecondFromServer

msi.receiveDataBytesPerSecondFromServer
msi.receiveDataBytesPerSecondFromServer
msi.receiveDataBytesPerSecondFromServer

Read-only; Specifies the rate at which media data is being received by the local node from the server in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.sendControlBytesPerSecond

msi.sendControlBytesPerSecond
msi.sendControlBytesPerSecond
msi.sendControlBytesPerSecond

Read-only; Specifies the total data rate of control overhead messages sent by the local node to peers and the server in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.sendControlBytesPerSecondToServer

msi.sendControlBytesPerSecondToServer
msi.sendControlBytesPerSecondToServer
msi.sendControlBytesPerSecondToServer

Read-only; Specifies the data rate of control overhead messages sent by the local node to the server in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.sendDataBytesPerSecond

msi.sendDataBytesPerSecond
msi.sendDataBytesPerSecond
msi.sendDataBytesPerSecond

Read-only; Specifies the rate at which media data is being sent by the local node to peers in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.sendDataBytesPerSecondToIPMulticast

msi.sendDataBytesPerSecondToIPMulticast
msi.sendDataBytesPerSecondToIPMulticast
msi.sendDataBytesPerSecondToIPMulticast

Read-only; Specifies the rate at which media data is being sent by the local node to IP Multicast in bytes per second.

Availability

Flash Media Server 4

MulticastStreamInfo.toString()

ns.toString()
ns.toString()
ns.toString()

Returns a text value listing the properties of the MulticastStreamInfo object.

Availability

Flash Media Server 4

Get help faster and easier

New user?