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

Struct StreamST

config.go:40–49  ·  view source on GitHub ↗

StreamST struct

Source from the content-addressed store, hash-verified

38
39//StreamST struct
40type StreamST struct {
41 URL string `json:"url"`
42 Status bool `json:"status"`
43 OnDemand bool `json:"on_demand"`
44 DisableAudio bool `json:"disable_audio"`
45 Debug bool `json:"debug"`
46 RunLock bool `json:"-"`
47 Codecs []av.CodecData
48 Cl map[string]viewer
49}
50
51type viewer struct {
52 c chan av.Packet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected