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 could not 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 could not 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 String |
ERROR_CLASS |
static int |
INIT_STREAMING_SESSION_FAILED
The streaming session could not 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 no.
|
static int |
OPEN_CONNECTION_FAILED
Could not open connection to Wowza Streaming 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 could not be started (value: 2)
|
static int |
STREAM_CREATION_ERROR
The live stream could not be created (value: 55)
|
static int |
STREAM_NOT_FOUND
The specified live stream could not be found (value: 56)
|
static int |
STREAM_PLAY_FAILED
The specified stream could not be played (value: 66)
|
static int |
STREAM_PUBLISH_DENIED
The specified stream could not 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 hostname or address is not recognized (value: 48)
|
static int |
VIDEO_SOURCE_NOT_SPECIFIED
A video source has not been specified (value: 17)
|
Constructor and Description |
---|
WZStreamingError(int errorCode)
The constructor for errors in this class.
|
WZStreamingError(int errorCode,
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 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 WZStreamingError(int errorCode)
errorCode
- One of the error code specifiers defined by this classpublic WZStreamingError(int errorCode, Exception exception)
errorCode
- One of the error code specifiers defined by this classexception
- An exception to associate with this error© 2016 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal