MCPcopy Create free account
hub / github.com/deepch/RTSPtoRTMP / Segment

Struct Segment

config.go:63–66  ·  view source on GitHub ↗

Segment HLS cache section

Source from the content-addressed store, hash-verified

61
62//Segment HLS cache section
63type Segment struct {
64 dur time.Duration
65 data []*av.Packet
66}
67
68type viewer struct {
69 c chan av.Packet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected