mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
f5f03562d3
Stream units now share the same struct, with a specialized payload.
7 lines
146 B
Go
7 lines
146 B
Go
package unit
|
|
|
|
// PayloadMPEG4Video is the payload of a MPEG-4 Video track.
|
|
type PayloadMPEG4Video []byte
|
|
|
|
func (PayloadMPEG4Video) isPayload() {}
|