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

Struct StreamST

config.go:48–56  ·  view source on GitHub ↗

StreamST struct

Source from the content-addressed store, hash-verified

46
47//StreamST struct
48type StreamST struct {
49 URL string `json:"url"`
50 Broadcast BroadcastST `json:"broadcast"`
51 Status bool `json:"status"`
52 OnDemand bool `json:"on_demand"`
53 RunLock bool `json:"-"`
54 Codecs []av.CodecData
55 Cl map[string]viewer
56}
57type BroadcastST struct {
58 Enable bool `json:"enable"`
59 URL string `json:"url"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected