kurento-go-generator:生成 Golang 包与 kurento 媒体服务器通信

时间:2024-07-08 09:37:41
【文件属性】:

文件名称:kurento-go-generator:生成 Golang 包与 kurento 媒体服务器通信

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-08 09:37:41

Go

Kurento 包生成器 这个项目不是kurento 包(即将创建)。 该软件旨在从为此目的提供的 JSON 定义中为 Go/Golang 生成 kurento 包。 准备 请不要将此包用作标准的 go 安装命令 因为项目是从 git 子模块构建一个包,所以建议将源安装在单独的目录中。 你需要安装 Go、make 和 goimports 做就是了: mkdir ~/src/ cd ~/src git clone git@github.com:metal3d/kurento-go-generator.git cd kurento-go-generator git submodule update --init 然后你就可以生成包了。 生成命令 使用“make”来构建包。 “make”命令将简单地删除“kurento”目录,调用“go run main.go”,将基本文件(来自kur


【文件预览】:
kurento-go-generator-master
----kms-core()
----main.go(9KB)
----AUTHORS(50B)
----kms-elements()
----.gitmodules(178B)
----kurento_go_base()
--------websocket.go(2KB)
--------base.go(3KB)
----LICENSE(1KB)
----README.md(2KB)
----Makefile(375B)
----.gitignore(24B)

网友评论