Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2023 Changes in this version + type ErrClientAuthSetup struct + Err error + func (e ErrClientAuthSetup) Error() string + type ErrClientBadStatusCode struct + Code base.StatusCode + Message string + func (e ErrClientBadStatusCode) Error() string + type ErrClientCannotSetupMediasDifferentURLs struct + func (e ErrClientCannotSetupMediasDifferentURLs) Error() string + type ErrClientContentTypeMissing struct + func (e ErrClientContentTypeMissing) Error() string + type ErrClientContentTypeUnsupported struct + CT base.HeaderValue + func (e ErrClientContentTypeUnsupported) Error() string + type ErrClientInvalidState struct + AllowedList []fmt.Stringer + State fmt.Stringer + func (e ErrClientInvalidState) Error() string + type ErrClientRTCPPacketTooBig struct + L int + Max int + func (e ErrClientRTCPPacketTooBig) Error() string + type ErrClientRTCPPacketTooBigUDP struct + func (e ErrClientRTCPPacketTooBigUDP) Error() string + type ErrClientRTPInfoInvalid struct + Err error + func (e ErrClientRTPInfoInvalid) Error() string + type ErrClientRTPPacketTooBigUDP struct + func (e ErrClientRTPPacketTooBigUDP) Error() string + type ErrClientRTPPacketUnknownPayloadType struct + PayloadType uint8 + func (e ErrClientRTPPacketUnknownPayloadType) Error() string + type ErrClientRTPPacketsLost struct + Lost int + func (e ErrClientRTPPacketsLost) Error() string + type ErrClientRTSPSTCP struct + func (e ErrClientRTSPSTCP) Error() string + type ErrClientRequestTimedOut struct + func (e ErrClientRequestTimedOut) Error() string + type ErrClientSDPInvalid struct + Err error + func (e ErrClientSDPInvalid) Error() string + type ErrClientServerPortsNotProvided struct + func (e ErrClientServerPortsNotProvided) Error() string + type ErrClientServerRequestedTCP struct + func (e ErrClientServerRequestedTCP) Error() string + type ErrClientServerRequestedUDP struct + func (e ErrClientServerRequestedUDP) Error() string + type ErrClientSessionHeaderInvalid struct + Err error + func (e ErrClientSessionHeaderInvalid) Error() string + type ErrClientSwitchToTCP struct + func (e ErrClientSwitchToTCP) Error() string + type ErrClientSwitchToTCP2 struct + func (e ErrClientSwitchToTCP2) Error() string + type ErrClientTCPTimeout struct + func (e ErrClientTCPTimeout) Error() string + type ErrClientTerminated struct + func (e ErrClientTerminated) Error() string + type ErrClientTransportHeaderInterleavedIDsInUse struct + func (e ErrClientTransportHeaderInterleavedIDsInUse) Error() string + type ErrClientTransportHeaderInvalid struct + Err error + func (e ErrClientTransportHeaderInvalid) Error() string + type ErrClientTransportHeaderInvalidDelivery struct + func (e ErrClientTransportHeaderInvalidDelivery) Error() string + type ErrClientTransportHeaderInvalidInterleavedIDs struct + func (e ErrClientTransportHeaderInvalidInterleavedIDs) Error() string + type ErrClientTransportHeaderNoDestination struct + func (e ErrClientTransportHeaderNoDestination) Error() string + type ErrClientTransportHeaderNoInterleavedIDs struct + func (e ErrClientTransportHeaderNoInterleavedIDs) Error() string + type ErrClientTransportHeaderNoPorts struct + func (e ErrClientTransportHeaderNoPorts) Error() string + type ErrClientUDPPortsNotConsecutive struct + func (e ErrClientUDPPortsNotConsecutive) Error() string + type ErrClientUDPPortsZero struct + func (e ErrClientUDPPortsZero) Error() string + type ErrClientUDPTimeout struct + func (e ErrClientUDPTimeout) Error() string + type ErrClientUnexpectedFrame struct + func (e ErrClientUnexpectedFrame) Error() string + type ErrClientUnhandledMethod struct + Method base.Method + func (e ErrClientUnhandledMethod) Error() string + type ErrClientUnsupportedScheme struct + Scheme string + func (e ErrClientUnsupportedScheme) Error() string + type ErrClientWriteQueueFull struct + func (e ErrClientWriteQueueFull) Error() string + type ErrServerCSeqMissing struct + func (e ErrServerCSeqMissing) Error() string + type ErrServerCannotUseSessionCreatedByOtherIP struct + func (e ErrServerCannotUseSessionCreatedByOtherIP) Error() string + type ErrServerContentTypeMissing = ErrClientContentTypeMissing + type ErrServerContentTypeUnsupported = ErrClientContentTypeUnsupported + type ErrServerInvalidPath struct + func (e ErrServerInvalidPath) Error() string + type ErrServerInvalidSession struct + func (e ErrServerInvalidSession) Error() string + type ErrServerInvalidState struct + AllowedList []fmt.Stringer + State fmt.Stringer + func (e ErrServerInvalidState) Error() string + type ErrServerLinkedToOtherSession struct + func (e ErrServerLinkedToOtherSession) Error() string + type ErrServerMediaAlreadySetup struct + func (e ErrServerMediaAlreadySetup) Error() string + type ErrServerMediaNotFound struct + func (e ErrServerMediaNotFound) Error() string + type ErrServerMediasDifferentPaths struct + func (e ErrServerMediasDifferentPaths) Error() string + type ErrServerMediasDifferentProtocols struct + func (e ErrServerMediasDifferentProtocols) Error() string + type ErrServerNoMediasSetup struct + func (e ErrServerNoMediasSetup) Error() string + type ErrServerNotAllAnnouncedMediasSetup struct + func (e ErrServerNotAllAnnouncedMediasSetup) Error() string + type ErrServerPathHasChanged struct + Cur string + Prev string + func (e ErrServerPathHasChanged) Error() string + type ErrServerPathNoSlash struct + func (ErrServerPathNoSlash) Error() string + type ErrServerRTCPPacketTooBig = ErrClientRTCPPacketTooBig + type ErrServerRTCPPacketTooBigUDP = ErrClientRTCPPacketTooBigUDP + type ErrServerRTPPacketTooBigUDP = ErrClientRTPPacketTooBigUDP + type ErrServerRTPPacketUnknownPayloadType = ErrClientRTPPacketUnknownPayloadType + type ErrServerRTPPacketsLost = ErrClientRTPPacketsLost + type ErrServerSDPInvalid = ErrClientSDPInvalid + type ErrServerSessionLinkedToOtherConn struct + func (e ErrServerSessionLinkedToOtherConn) Error() string + type ErrServerSessionNotFound struct + func (e ErrServerSessionNotFound) Error() string + type ErrServerSessionNotInUse struct + func (e ErrServerSessionNotInUse) Error() string + type ErrServerSessionTimedOut struct + func (e ErrServerSessionTimedOut) Error() string + type ErrServerSessionTornDown struct + Author net.Addr + func (e ErrServerSessionTornDown) Error() string + type ErrServerStreamClosed struct + func (e ErrServerStreamClosed) Error() string + type ErrServerTerminated = ErrClientTerminated + type ErrServerTransportHeaderInterleavedIDsInUse struct + func (e ErrServerTransportHeaderInterleavedIDsInUse) Error() string + type ErrServerTransportHeaderInvalid = ErrClientTransportHeaderInvalid + type ErrServerTransportHeaderInvalidInterleavedIDs struct + func (e ErrServerTransportHeaderInvalidInterleavedIDs) Error() string + type ErrServerTransportHeaderInvalidMode struct + Mode headers.TransportMode + func (e ErrServerTransportHeaderInvalidMode) Error() string + type ErrServerTransportHeaderNoClientPorts struct + func (e ErrServerTransportHeaderNoClientPorts) Error() string + type ErrServerUDPPortsAlreadyInUse struct + Port int + func (e ErrServerUDPPortsAlreadyInUse) Error() string + type ErrServerUnexpectedFrame = ErrClientUnexpectedFrame + type ErrServerUnexpectedResponse struct + func (e ErrServerUnexpectedResponse) Error() string + type ErrServerWriteQueueFull = ErrClientWriteQueueFull