Client-Side Information Objects > NetStream information objects |
![]() ![]() ![]() |
NetStream information objects
The following events notify you when certain NetStream activities occur.
Code property |
Level property |
Meaning |
---|---|---|
|
Status |
Data is not being received quickly enough to fill the buffer. Data flow will be interrupted until the buffer refills, at which time a |
|
Status |
The buffer is full and the stream will begin playing. |
|
Error |
An error has occurred for a reason other than those listed elsewhere in this table, such as the subscriber trying to use the |
|
Status |
The subscriber has paused playback. |
|
Error |
An error has occurred in playback for a reason other than those listed elsewhere in this table, such as the subscriber not having read access.* |
|
Status |
Publishing has begun; this message is sent to all subscribers. |
|
Status |
The playlist has reset (pending |
|
Status |
Playback has started.** |
|
Status |
Playback has stopped. |
|
Error |
The client tried to play a live or recorded stream that does not exist. |
|
Status |
Publishing has stopped; this message is sent to all subscribers. |
|
Error |
The client tried to publish a stream that is already being published by someone else. |
|
Status |
The publisher of the stream has been idling for too long. |
|
Status |
Publishing has started. |
|
Error |
An error has occurred in recording for a reason other than those listed elsewhere in this table; for example, the disk is full.* |
|
Error |
The client tried to record a stream that is still playing, or the client tried to record (overwrite) a stream that already exists on the server with read-only status. |
|
Status |
Recording has started. |
|
Status |
Recording has stopped. |
|
Error |
The subscriber tried to use the |
|
Status |
The subscriber has used the |
|
Status |
The subscriber has resumed playback. |
|
Status |
Publishing has stopped. |
*
This information object also has a description
property, which is a string that provides a more specific reason for the failure.
**
This information object also has a details
property, which is a string that provides the name of the stream currently playing on the NetStream. If you are streaming a playlist that contains multiple streams, this information object will be sent each time you begin playing a different stream in the playlist.
![]() ![]() ![]() |