Class BroadcastErrorCode.RTMP

java.lang.Object
com.amazonaws.ivs.broadcast.BroadcastErrorCode.RTMP
Enclosing class:
BroadcastErrorCode

public static final class BroadcastErrorCode.RTMP extends Object
RTMP error codes.
  • Field Details

    • NetConnectionErrorReceivedFromServer

      public static final int NetConnectionErrorReceivedFromServer
      The 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 NotStreamContentsTooLarge
      Timed metadata payload exceeds the 10KB limit. Reduce the metadata size to stay within the allowed limit.
      See Also:
    • StateNotUnknown

      public static final int StateNotUnknown
      Cannot 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 UnexpectedStateProcessingData
      Received data from server in an unexpected state. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnsupportedRTMPVersion

      public static final int UnsupportedRTMPVersion
      The 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 DataDoesNotLookLikeRTMP
      Received invalid data from the streaming server. Verify the server URL is correct and supports RTMP streaming.
      See Also:
    • UninitializedChunkStream

      public static final int UninitializedChunkStream
      Server sent data before establishing the stream. This indicates a protocol error; restart the broadcast session.
      See Also:
    • ControlMessageOnNonNetConnection

      public static final int ControlMessageOnNonNetConnection
      Server sent control message on wrong stream. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedLengthSetChunkSize

      public static final int UnexpectedLengthSetChunkSize
      Server sent malformed chunk size message. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedChunkSizeValue

      public static final int UnexpectedChunkSizeValue
      Server 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 UnexpectedLengthAbortMessage
      Server sent malformed abort message. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedChunkStreamIdAbort

      public static final int UnexpectedChunkStreamIdAbort
      Server sent abort message with invalid stream ID. This indicates a protocol error; restart the broadcast session.
      See Also:
    • AbortOnUninitializedChunkStream

      public static final int AbortOnUninitializedChunkStream
      Server 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 UnexpectedLengthAckControl
      Server sent malformed acknowledgement message. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedLengthWindowAckSize

      public static final int UnexpectedLengthWindowAckSize
      Server sent malformed window acknowledgement size message. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedLengthSetPeerBandwidth

      public static final int UnexpectedLengthSetPeerBandwidth
      Server sent malformed bandwidth control message. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedLengthUserControl

      public static final int UnexpectedLengthUserControl
      Server sent malformed user control message. This indicates a protocol error; restart the broadcast session.
      See Also:
    • UnexpectedLengthPingRequest

      public static final int UnexpectedLengthPingRequest
      Server sent malformed ping request. This indicates a protocol error; restart the broadcast session.
      See Also:
    • AMFDecodeLimitExceeded

      public static final int AMFDecodeLimitExceeded
      Server sent message exceeding maximum allowed size. This indicates a protocol error; restart the broadcast session.
      See Also: