StreamST struct
| 46 | |
| 47 | //StreamST struct |
| 48 | type 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 | } |
| 57 | type BroadcastST struct { |
| 58 | Enable bool `json:"enable"` |
| 59 | URL string `json:"url"` |
nothing calls this directly
no outgoing calls
no test coverage detected