mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
3381b196fb
stop using gortsplib format.Format.Codec() for getting codec names.
7 lines
148 B
Go
7 lines
148 B
Go
package unit
|
|
|
|
// PayloadMPEG1Video is the payload of a MPEG-1/2 Video track.
|
|
type PayloadMPEG1Video []byte
|
|
|
|
func (PayloadMPEG1Video) isPayload() {}
|