Parameters
A string that contains the name of the instance of the application, in the
app_instance
form
application_name/instance_name
A number that represents the ID of the network stream or an array of
netstream_ID
numbers that represents the network stream ID.
To get information for all the network streams that are currently connected, specify a value of
-1 for the
netstream_ID
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
array of statistics for the network stream. Each element in the array is an object that has the
following properties:
Property
Name
Number; stream ID.
stream_id
String; stream name or
name
String; stream type. Possible values are shown in the following list:
type
idle
publishing
playing live
play recorded
Number; user ID.
client
ActionScript Date object; possible values are shown in the following list:
time
If
type
If
type
If
type
If
type
If the call fails, the server sends a reply information object with a
and a
property of
code
Some objects might also have a
cause of the failure.
Description
Gets detailed information for one or more network streams that are connecting to the
specified instance of an application.
See also
getNetStreams()
.
parameter.
NetConnection.Call.Success
empty
=
, value is 0.
idle
=
, value is the time the stream was published.
publishing
=
, value is the time the playback of the stream started.
playing live
=
, value is the time the playback of the stream started.
play recorded
NetConnection.Call.Failed
description
, and a
if the stream is idle.
level
or a more specific value, if available.
property that contains a string describing the
property of
level
property that is an
data
property of
error
getNetStreamStats()
43
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE and is the answer not in the manual?