owncast support draft
This commit is contained in:
@@ -164,6 +164,10 @@ func main() {
|
||||
go youtube_run(config) /* start the YouTube backend */
|
||||
}
|
||||
|
||||
if _, ok := config["oc_backend_enabled"]; ok && config["oc_backend_enabled"].(bool) == true {
|
||||
go owncast_run(config) /* start the Owncast backend */
|
||||
}
|
||||
|
||||
/* start the GUI */
|
||||
debug := false
|
||||
if _, ok := config["debug"]; ok && config["debug"].(bool) == true {
|
||||
|
||||
Reference in New Issue
Block a user