go-transcode:使用ffmpeg实时进行按需转码。 还具有NVIDIA GPU硬件加速

上传者: 42168745 | 上传时间: 2022-11-18 17:01:26 | 文件大小: 38KB | 文件类型: ZIP
上线HTTP点播转码 在CPU和GPU上进行代码转换是昂贵且消耗资源的操作。 对于拥有数千名客户的大公司而言,拥有专用的24/7转码服务器至关重要。 但是我们,零星的代码转换用户,需要采用不同的方法。 仅当确实需要输出时才应进行转码。 该工具正在尝试通过按需提供转码来解决此问题。 该工具仅适用于实时流。 尚不支持寻找。 设定档 在yaml文件中将流指定为对象。 溪流 使用您的流创建streams.yaml文件: streams : : 例子: streams : cam : rtmp://localhost/live/cam ch1_hd : http://192.168.1.34:9981/stream/channelid/85 ch2_hd : http://192.168.1.34:9981/stream/

文件下载

资源详情

[{"title":"( 52 个子文件 38KB ) go-transcode:使用ffmpeg实时进行按需转码。 还具有NVIDIA GPU硬件加速","children":[{"title":"go-transcode-master","children":[{"title":"go.mod <span style='color:#111;'> 860B </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 20.12KB </span>","children":null,"spread":false},{"title":"Dockerfile <span style='color:#111;'> 409B </span>","children":null,"spread":false},{"title":"profiles","children":[{"title":"http","children":[{"title":"copy.sh <span style='color:#111;'> 107B </span>","children":null,"spread":false},{"title":"h264_1080p.sh <span style='color:#111;'> 377B </span>","children":null,"spread":false},{"title":"h264_720p.sh <span style='color:#111;'> 376B </span>","children":null,"spread":false},{"title":"h264_360p.sh <span style='color:#111;'> 372B </span>","children":null,"spread":false},{"title":"h264_540p.sh <span style='color:#111;'> 375B </span>","children":null,"spread":false}],"spread":true},{"title":"hls","children":[{"title":"copy.sh <span style='color:#111;'> 336B </span>","children":null,"spread":false},{"title":"h264_1080p.sh <span style='color:#111;'> 606B </span>","children":null,"spread":false},{"title":"h264_720p.sh <span style='color:#111;'> 605B </span>","children":null,"spread":false},{"title":"h264_360p.sh <span style='color:#111;'> 601B </span>","children":null,"spread":false},{"title":"h264_540p.sh <span style='color:#111;'> 604B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"internal","children":[{"title":"http","children":[{"title":"logger.go <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"http.go <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false}],"spread":true},{"title":"types","children":[{"title":"api.go <span style='color:#111;'> 101B </span>","children":null,"spread":false}],"spread":true},{"title":"config","children":[{"title":"server.go <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"root.go <span style='color:#111;'> 646B </span>","children":null,"spread":false},{"title":"config.go <span style='color:#111;'> 114B </span>","children":null,"spread":false}],"spread":true},{"title":"api","children":[{"title":"logger.go <span style='color:#111;'> 375B </span>","children":null,"spread":false},{"title":"http.go <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false},{"title":"hls.go <span style='color:#111;'> 5.31KB </span>","children":null,"spread":false},{"title":"config.go <span style='color:#111;'> 397B </span>","children":null,"spread":false},{"title":"router.go <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"build <span style='color:#111;'> 62B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false},{"title":"data","children":[{"title":"hls-test.sh <span style='color:#111;'> 346B </span>","children":null,"spread":false},{"title":"play.html <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"http-test.sh <span style='color:#111;'> 128B </span>","children":null,"spread":false}],"spread":true},{"title":".editorconfig <span style='color:#111;'> 146B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 18B </span>","children":null,"spread":false},{"title":"profiles_nvidia","children":[{"title":"http","children":[{"title":"copy.sh <span style='color:#111;'> 215B </span>","children":null,"spread":false},{"title":"h264_1080p.sh <span style='color:#111;'> 504B </span>","children":null,"spread":false},{"title":"h264_720p.sh <span style='color:#111;'> 503B </span>","children":null,"spread":false},{"title":"h264_360p.sh <span style='color:#111;'> 499B </span>","children":null,"spread":false},{"title":"h264_540p.sh <span style='color:#111;'> 502B </span>","children":null,"spread":false}],"spread":true},{"title":"hls","children":[{"title":"copy.sh <span style='color:#111;'> 444B </span>","children":null,"spread":false},{"title":"h264_1080p.sh <span style='color:#111;'> 733B </span>","children":null,"spread":false},{"title":"h264_720p.sh <span style='color:#111;'> 732B </span>","children":null,"spread":false},{"title":"h264_360p.sh <span style='color:#111;'> 728B </span>","children":null,"spread":false},{"title":"h264_540p.sh <span style='color:#111;'> 731B </span>","children":null,"spread":false}],"spread":false},{"title":".helpers.sh <span style='color:#111;'> 612B </span>","children":null,"spread":false}],"spread":true},{"title":"cmd","children":[{"title":"serve.go <span style='color:#111;'> 662B </span>","children":null,"spread":false},{"title":"transcode","children":[{"title":"main.go <span style='color:#111;'> 193B </span>","children":null,"spread":false}],"spread":false},{"title":"root.go <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitlab-ci.yml <span style='color:#111;'> 732B </span>","children":null,"spread":false},{"title":"Dockerfile.nvidia <span style='color:#111;'> 569B </span>","children":null,"spread":false},{"title":"dev","children":[{"title":"go <span style='color:#111;'> 169B </span>","children":null,"spread":false},{"title":"build <span style='color:#111;'> 72B </span>","children":null,"spread":false},{"title":"start <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"exec <span style='color:#111;'> 80B </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明