We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,请问现在是否支持推流 采用H264+MP3/g711a/g726/opus 等等,而拉流时在服务端转码为H264+AAC呢?
go 语言调用ffmpeg 转码性能怎么样呢? 如果不调用ffmpeg ,go语言是否有类似ffmpeg 的解码库?
谢谢
The text was updated successfully, but these errors were encountered:
go没有类似ffmpeg的解码库,需要的话,可以用cgo的办法去调用 性能消耗主要在cgo的数据传递上,开销在容忍范围内
Sorry, something went wrong.
最近在调研下媒体服务,相比C++ ,go做集群太方便了。不足之处就是类似这种转码有些麻烦,有时间我试试cgo 这种开销性能怎么样,如果可以的话,后续服务要向go进行转换了。
谢谢提供的开源项目
已经开始开发集成ffmpeg进行音频转码的插件了
No branches or pull requests
你好,请问现在是否支持推流 采用H264+MP3/g711a/g726/opus 等等,而拉流时在服务端转码为H264+AAC呢?
go 语言调用ffmpeg 转码性能怎么样呢?
如果不调用ffmpeg ,go语言是否有类似ffmpeg 的解码库?
谢谢
The text was updated successfully, but these errors were encountered: