mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
expose number of lost packets without passing through an error (#735)
This commit is contained in:
@@ -239,6 +239,8 @@ func (e ErrServerUnexpectedResponse) Error() string {
|
||||
type ErrServerWriteQueueFull = ErrClientWriteQueueFull
|
||||
|
||||
// ErrServerRTPPacketsLost is an error that can be returned by a server.
|
||||
//
|
||||
// Deprecated: will be removed in next version.
|
||||
type ErrServerRTPPacketsLost = ErrClientRTPPacketsLost
|
||||
|
||||
// ErrServerRTPPacketUnknownPayloadType is an error that can be returned by a server.
|
||||
|
Reference in New Issue
Block a user