mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-05 08:16:55 +08:00
Make new stream function public
This commit is contained in:
@@ -17,7 +17,7 @@ func Init() {
|
||||
log = app.GetLogger("streams")
|
||||
|
||||
for name, item := range cfg.Mod {
|
||||
Streams[name] = newStream(item)
|
||||
Streams[name] = NewStream(item)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user