mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
support detecting LPCM formats with payload types 10 and 11 (#496)
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"github.com/pion/rtp"
|
||||
)
|
||||
|
||||
// MPEGTS is a RTP format for MPEG-TS.
|
||||
// MPEGTS is the RTP format for MPEG-TS.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc2250
|
||||
type MPEGTS struct{}
|
||||
|
||||
|
Reference in New Issue
Block a user