Server-Side Information Objects > trace > Stream information objects |
![]() |
Stream information objects
The information objects of the Stream object are similar to those of the client-side NetStream object.
Code |
Level |
Meaning |
---|---|---|
|
Status |
A recorded stream was deleted successfully. |
|
Error |
A recorded stream failed to delete. |
|
Status |
An attempt to publish was successful. |
|
Error |
An attempt was made to publish a stream that is already being published by someone else. |
|
Error |
An attempt to use a Stream method failed.* |
|
Status |
An attempt to unpublish was successful. |
|
Status |
Recording was started. |
|
Error |
An attempt was made to record a read-only stream. |
|
Status |
Recording was stopped. |
|
Error |
An attempt to record a stream failed. |
|
Status |
Play was started.** |
|
Error |
An attempt was made to play a stream that does not exist. |
|
Status |
Play was stopped. |
|
Error |
An attempt to play back a stream failed.* ** |
|
Status |
A playlist was reset. |
|
Status |
The initial publish to a stream was successful. This message is sent to all subscribers. |
|
Status |
An unpublish from a stream was successful. This message is sent to all subscribers. |
*
This information object also has a description
property, which is a string that provides a specific reason for the failure.
**
This information object also has a details
property, which is a string that provides the name of the streams being played. This is useful for multiple plays. The details
property shows the name of the stream when switching from one element in the playlist to the next element.
![]() |