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
124 B
Go
7 lines
124 B
Go
package unit
|
|
|
|
// PayloadMJPEG is the payload of a MJPEG track.
|
|
type PayloadMJPEG []byte
|
|
|
|
func (PayloadMJPEG) isPayload() {}
|