(suuid string)
| 189 | } |
| 190 | |
| 191 | func (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 | |
| 197 | func pseudoUUID() (uuid string) { |
| 198 | b := make([]byte, 16) |