利用 Free-HLS 实现免费直播
本项目仅供学习交流使用,在使用过程中对你或他人造成的任何损失我们概不负责。
- NodeJS
- Yarn
- FFmpeg
git clone https://github.com/sxzz/free-hls-live.git
cd free-hls.js
yarn install
yarn start
Settings -> Stream
Stream Type : Custom Streaming Server
URL : rtmp://localhost/live
Stream key : STREAM_NAME
使用以下命令或使用网页版播放器 public/player.html
ffplay http://hostname:8000/live/STREAM_NAME/live.m3u8
- sxzz/free-hls.js HLS 上传工具(Node.js 版)
- sxyazi/free-hls 一个免费的 HLS 解决方案
- illuspas/Node-Media-Server A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server