An open API service indexing awesome lists of open source software.

https://github.com/chekun/loop-stream

一个剧集推流工具
https://github.com/chekun/loop-stream

Last synced: over 1 year ago
JSON representation

一个剧集推流工具

Awesome Lists containing this project

README

          

一个剧集推流工具
==========================

- 使用场景
- 不想使用GUI推流工具
- 剧集的自动循环推流
- 自定义背景,自定义正在播放的名称显示

- 使用方法
- 下载对应平台可执行文件,在其目录下建立`config.json`,配置参数后运行

```
./loop-stream
```

- 配置参数说明



参数
说明

ffmpegffmpeg 可执行程序路径
ffprobeffprobe 可执行程序路径
stage.image场景的背景图片路径
stage.width场景的宽度
stage.height场景的高度
input.rectangle视频的位置信息, [x, y, width, height]
input.episodes视频剧集文件列表
input.title.font当前播放字体文件路径
input.title.prefix当前播放视频名称显示前缀
input.title.x当前播放显示位置x坐标,支持ffmpeg参数写法
input.title.y当前播放显示位置y坐标,支持ffmpeg参数写法
input.title.color当前播放字体颜色
input.title.size当前播放字体大小
output.stream_url推流地址

- 演示效果

image