mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 23:02:45 +08:00
client: skip tracks with an invalid clock rate (https://github.com/aler9/rtsp-simple-server/issues/832)
This commit is contained in:
@@ -106,14 +106,6 @@ func (e ErrServerSDPInvalid) Error() string {
|
||||
return fmt.Sprintf("invalid SDP: %v", e.Err)
|
||||
}
|
||||
|
||||
// ErrServerSDPNoTracksDefined is an error that can be returned by a server.
|
||||
type ErrServerSDPNoTracksDefined struct{}
|
||||
|
||||
// Error implements the error interface.
|
||||
func (e ErrServerSDPNoTracksDefined) Error() string {
|
||||
return "no tracks defined in the SDP"
|
||||
}
|
||||
|
||||
// ErrServerTransportHeaderInvalid is an error that can be returned by a server.
|
||||
type ErrServerTransportHeaderInvalid struct {
|
||||
Err error
|
||||
|
Reference in New Issue
Block a user