1em0ntea / free-hls.js

一个免费的 HLS 上传工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

free-hls.js

一个用 Node.js 写的 Free-HLS 上传客户端

参考代码和转码参数均来自于 sxyazi/free-hls

详细使用方法请参考上述链接。

本项目仅供学习交流使用,在使用过程中对你或他人造成的任何损失我们概不负责。

Requirements

  • NodeJS
  • Yarn
  • FFmpeg

Installation

Only tested on macOS with FFmpeg v4.2.2

git clone https://github.com/sxzz/free-hls.js.git
cd free-hls.js
yarn install
yarn upload <file> [title] [segment_time|LIMITED]

Usage

yarn upload test.mp4               # 默认标题,取自文件名
yarn upload test.mp4 my_title      # 自定义标题
yarn upload test.mp4 test 5        # 自定义分段大小
yarn upload test.mp4 test LIMITED  # 限制码率(需重编码)

Related

About

一个免费的 HLS 上传工具

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.8%Language:Shell 1.2%