KPlayer文档
其实就看这个教程就可以了:
KPlayer文档
- 启动阿里云或者腾讯云的服务器进行这个步骤
服务器的购买链接:
腾讯云618 夏日盛惠_腾讯云年中优惠活动-腾讯云
域名特惠活动_域名购买_域名选购- 腾讯云文章来源:https://www.toymoban.com/news/detail-465619.html
- 打开终端, 在命令行中输入
curl -fsSL get.kplayer.net | bash
- 打开
Transmit
进行连接服务器 - 找到kplayer文件夹,编辑
config.json.example
- 把 config.json.example 替换成 config.json , 然后把内容换成以下的内容, 但是有两个地方需要注意,
- lists 中的地址, 换成自己想要播放的视频的地址,
- path 中的路径, 换成自己的推流链接
- 推流链接的获取地址如下, 例如b站 : https://link.bilibili.com/p/center/index#/my-room/start-live
- 找到推流入口文件, 然后替换 config.js 中的 path
{
"version": "2.0.0",
"resource": {
"lists": [
"/root/mp4/test.mp4"
]
},
"play": {
"play_model": "loop"
},
"output": {
"lists": [
{
"path": "rtmp://live-push.bilivideo.com/live-bvc/?streamname=live_523335868_46050390&key=e86118ba89998c283c9354079d66487c&schedule=rtmp&pflag=1"
}
]
}
}
启动命令
./kplayer play start --daemon
关闭命令
pkill -f kplayer
打开b站直播间网址:https://link.bilibili.com/p/center/index#/my-room/start-live文章来源地址https://www.toymoban.com/news/detail-465619.html
到了这里,关于KPlayer无人直播的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!