mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-05 13:36:51 +08:00
17 lines
372 B
Go
17 lines
372 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/Monibuca/clusterplugin"
|
|
. "github.com/Monibuca/engine"
|
|
_ "github.com/Monibuca/gatewayplugin"
|
|
_ "github.com/Monibuca/jessicaplugin"
|
|
_ "github.com/Monibuca/logrotateplugin"
|
|
_ "github.com/Monibuca/recordplugin"
|
|
_ "github.com/Monibuca/rtmpplugin"
|
|
_ "github.com/Monibuca/rtspplugin"
|
|
)
|
|
|
|
func main() {
|
|
Run("config.toml")
|
|
select {}
|
|
} |