1 Star 3 Fork 5

tonight1234/rtsp-simple-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 170 Bytes
一键复制 编辑 原始数据 按行查看 历史
aler9 提交于 2021-07-24 15:55 . move most components into internal/core
package main
import (
"os"
"github.com/aler9/rtsp-simple-server/internal/core"
)
func main() {
s, ok := core.New(os.Args[1:])
if !ok {
os.Exit(1)
}
s.Wait()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tonight1234/rtsp-simple-server.git
git@gitee.com:tonight1234/rtsp-simple-server.git
tonight1234
rtsp-simple-server
rtsp-simple-server
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385