public class WOWZStreamingError extends WOWZError
WOWZStatus
object
returned by many of the API methods.Modifier and Type | Field and Description |
---|---|
static int |
AUDIO_SOURCE_NOT_SPECIFIED
An audio source has not been specified (value: 18).
|
static int |
AUTHENTICATION_FAILED
The specified live stream couldn't be found (value: 5).
|
static int |
CONNECTION_FAILURE
A connection error occurred (value: 7).
|
static int |
CONNECTION_IO_ERROR
An I/O error occurred while attempting to connect (value: 50).
|
static int |
CONNECTION_MISC_ERROR
An error occurred while attempting to connect (value: 52).
|
static int |
CONNECTION_REFUSED
The connection attempt was refused by the remote destination or the destination couldn't be reached (value: 60).
|
static int |
CONNECTION_REJECTED
The connection attempt was rejected (value: 6).
|
static int |
CONNECTION_SECURITY_ERROR
A security error occurred while attempting to connect (value: 50).
|
static int |
CONNECTION_TIMEOUT
A timeout occurred while attempting to connect (value: 49).
|
static int |
ENCODING_AUDIO_FRAME_FAILURE
An error occurred encoding an audio frame (value: 13).
|
static int |
ENCODING_VIDEO_FRAME_FAILURE
An error occurred encoding a video frame (value: 12).
|
static java.lang.String |
ERROR_CLASS |
static int |
INIT_STREAMING_SESSION_FAILED
The streaming session couldn't be initialized (value: 3).
|
static int |
INVALID_APP_NAME
The application name is missing or invalid (value: 10).
|
static int |
INVALID_HOST_ADDRESS
The host address is missing or invalid (value: 8).
|
static int |
INVALID_PORT_NUMBER
The port number is invalid (value: 9).
|
static int |
INVALID_SESSION_COMPONENT_STATE
A session component was in an invalid transition state (value: 33).
|
static int |
INVALID_STREAM_NAME
The stream name is missing or invalid (value: 11).
|
static int |
MAX_RECONNECT_ATTEMPTS_ATTEMPTED
The maximum number of connection attempts has been reached (value: 4).
|
static int |
OPEN_CONNECTION_FAILED
Couldn't open connection to the Wowza Streaming Engine server (value: 1).
|
static int |
SESSION_AUTH_REQUIRED
The specified live streaming application requires authentication (value: 57).
|
static int |
SESSION_COMPONENT_TRANSITION_ERROR
An error occurred transitioning a session component from one state to another (value: 34).
|
static int |
SESSION_INVALID_REDIRECT_URI
The server returned an invalid redirect URI (value: 58).
|
static int |
SESSION_MISC_ERROR
An error occurred while broadcasting the live stream (value: 59).
|
static int |
SESSION_READ_ERROR
An error occurred reading from the open broadcast connection (value: 54).
|
static int |
SESSION_WRITE_ERROR
An error occurred writing to the open broadcast connection (value: 53).
|
static int |
START_STREAMING_SESSION_FAILED
A streaming session couldn't be started (value: 2).
|
static int |
STREAM_CREATION_ERROR
The live stream couldn't be created (value: 55).
|
static int |
STREAM_NOT_FOUND
The specified live stream couldn't be found (value: 56).
|
static int |
STREAM_PLAY_FAILED
The specified stream couldn't be played (value: 66).
|
static int |
STREAM_PUBLISH_DENIED
The specified stream couldn't be played (value: 66).
|
static int |
STREAM_UNPUBLISHED
The stream is no longer being published.
|
static int |
STREAMING_AUDIO_FRAME_FAILURE
An error occurred streaming an audio frame (value: 15).
|
static int |
STREAMING_DATA_FRAME_FAILURE
An error occurred streaming an audio frame (value: 65).
|
static int |
STREAMING_VIDEO_FRAME_FAILURE
An error occurred streaming a video frame (value: 14).
|
static int |
UNKNOWN_HOST
The server host name or address isn't recognized (value: 48).
|
static int |
VIDEO_SOURCE_NOT_SPECIFIED
A video source has not been specified (value: 17).
|
Constructor and Description |
---|
WOWZStreamingError(int errorCode)
The constructor for errors in this class.
|
WOWZStreamingError(int errorCode,
java.lang.Exception exception)
The constructor for errors in this class with an associated exception.
|
getErrorClass, getErrorCode, getErrorDescription, getException, isWarning, registerErrors, set, setErrorDescription, toString
public static final java.lang.String ERROR_CLASS
public static final int OPEN_CONNECTION_FAILED
public static final int START_STREAMING_SESSION_FAILED
public static final int INIT_STREAMING_SESSION_FAILED
public static final int MAX_RECONNECT_ATTEMPTS_ATTEMPTED
public static final int AUTHENTICATION_FAILED
public static final int CONNECTION_REJECTED
public static final int CONNECTION_FAILURE
public static final int INVALID_HOST_ADDRESS
public static final int INVALID_PORT_NUMBER
public static final int INVALID_APP_NAME
public static final int INVALID_STREAM_NAME
public static final int ENCODING_VIDEO_FRAME_FAILURE
public static final int ENCODING_AUDIO_FRAME_FAILURE
public static final int STREAMING_VIDEO_FRAME_FAILURE
public static final int STREAMING_AUDIO_FRAME_FAILURE
public static final int STREAMING_DATA_FRAME_FAILURE
public static final int UNKNOWN_HOST
public static final int CONNECTION_TIMEOUT
public static final int CONNECTION_SECURITY_ERROR
public static final int CONNECTION_IO_ERROR
public static final int CONNECTION_MISC_ERROR
public static final int SESSION_WRITE_ERROR
public static final int SESSION_READ_ERROR
public static final int STREAM_CREATION_ERROR
public static final int STREAM_PLAY_FAILED
public static final int STREAM_PUBLISH_DENIED
public static final int STREAM_NOT_FOUND
public static final int STREAM_UNPUBLISHED
public static final int SESSION_AUTH_REQUIRED
public static final int SESSION_INVALID_REDIRECT_URI
public static final int SESSION_MISC_ERROR
public static final int CONNECTION_REFUSED
public static final int VIDEO_SOURCE_NOT_SPECIFIED
public static final int AUDIO_SOURCE_NOT_SPECIFIED
public static final int INVALID_SESSION_COMPONENT_STATE
public static final int SESSION_COMPONENT_TRANSITION_ERROR
public WOWZStreamingError(int errorCode)
errorCode
- One of the error code specifiers defined by this class.public WOWZStreamingError(int errorCode, java.lang.Exception exception)
errorCode
- One of the error code specifiers defined by this class.exception
- An exception to associate with this error.© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal