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

Method bcConfig

config.go:191–195  ·  view source on GitHub ↗
(suuid string)

Source from the content-addressed store, hash-verified

189}
190
191func (element *ConfigST) bcConfig(suuid string) (bool, string) {
192 element.mutex.RLock()
193 defer element.mutex.RUnlock()
194 return element.Streams[suuid].Broadcast.Enable, element.Streams[suuid].Broadcast.URL
195}
196
197func pseudoUUID() (uuid string) {
198 b := make([]byte, 16)

Callers 1

RTSPWorkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected