Package com.amazonaws.ivs.broadcast
Class BroadcastErrorCode.RTMP
java.lang.Object
com.amazonaws.ivs.broadcast.BroadcastErrorCode.RTMP
- Enclosing class:
BroadcastErrorCode
RTMP error codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intServer tried to abort a stream that was never initialized.static final intServer sent message exceeding maximum allowed size.static final intServer sent control message on wrong stream.static final intReceived invalid data from the streaming server.static final intThe streaming server rejected the connection or encountered an error.static final intTimed metadata payload exceeds the 10KB limit.static final intCannot start broadcast when already started.static final intServer requested invalid chunk size (must be 1-16777215 bytes).static final intServer sent abort message with invalid stream ID.static final intServer sent malformed abort message.static final intServer sent malformed acknowledgement message.static final intServer sent malformed ping request.static final intServer sent malformed chunk size message.static final intServer sent malformed bandwidth control message.static final intServer sent malformed user control message.static final intServer sent malformed window acknowledgement size message.static final intReceived data from server in an unexpected state.static final intServer sent data before establishing the stream.static final intThe streaming server is using an incompatible RTMP version. -
Method Summary
-
Field Details
-
NetConnectionErrorReceivedFromServer
public static final int NetConnectionErrorReceivedFromServerThe streaming server rejected the connection or encountered an error. Check your stream key and server configuration, then retry.- See Also:
-
NotStreamContentsTooLarge
public static final int NotStreamContentsTooLargeTimed metadata payload exceeds the 10KB limit. Reduce the metadata size to stay within the allowed limit.- See Also:
-
StateNotUnknown
public static final int StateNotUnknownCannot start broadcast when already started. Stop the current broadcast and create a new BroadcastSession before starting a new stream.- See Also:
-
UnexpectedStateProcessingData
public static final int UnexpectedStateProcessingDataReceived data from server in an unexpected state. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnsupportedRTMPVersion
public static final int UnsupportedRTMPVersionThe streaming server is using an incompatible RTMP version. Verify the server configuration and ensure it supports standard RTMP.- See Also:
-
DataDoesNotLookLikeRTMP
public static final int DataDoesNotLookLikeRTMPReceived invalid data from the streaming server. Verify the server URL is correct and supports RTMP streaming.- See Also:
-
UninitializedChunkStream
public static final int UninitializedChunkStreamServer sent data before establishing the stream. This indicates a protocol error; restart the broadcast session.- See Also:
-
ControlMessageOnNonNetConnection
public static final int ControlMessageOnNonNetConnectionServer sent control message on wrong stream. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthSetChunkSize
public static final int UnexpectedLengthSetChunkSizeServer sent malformed chunk size message. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedChunkSizeValue
public static final int UnexpectedChunkSizeValueServer requested invalid chunk size (must be 1-16777215 bytes). This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthAbortMessage
public static final int UnexpectedLengthAbortMessageServer sent malformed abort message. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedChunkStreamIdAbort
public static final int UnexpectedChunkStreamIdAbortServer sent abort message with invalid stream ID. This indicates a protocol error; restart the broadcast session.- See Also:
-
AbortOnUninitializedChunkStream
public static final int AbortOnUninitializedChunkStreamServer tried to abort a stream that was never initialized. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthAckControl
public static final int UnexpectedLengthAckControlServer sent malformed acknowledgement message. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthWindowAckSize
public static final int UnexpectedLengthWindowAckSizeServer sent malformed window acknowledgement size message. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthSetPeerBandwidth
public static final int UnexpectedLengthSetPeerBandwidthServer sent malformed bandwidth control message. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthUserControl
public static final int UnexpectedLengthUserControlServer sent malformed user control message. This indicates a protocol error; restart the broadcast session.- See Also:
-
UnexpectedLengthPingRequest
public static final int UnexpectedLengthPingRequestServer sent malformed ping request. This indicates a protocol error; restart the broadcast session.- See Also:
-
AMFDecodeLimitExceeded
public static final int AMFDecodeLimitExceededServer sent message exceeding maximum allowed size. This indicates a protocol error; restart the broadcast session.- See Also:
-