nibvay / hls-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HLS Services Practice

How to start?

$ cd server
# 1. Convert to .m3u8 file
$ node convert.js
# 2. Start server
$ node index.js
# 3. Use `ffplay` to try video
$ ffplay http://127.0.0.1:8000/streams/output.m3u8
# 4. http://127.0.0.1:8000
# 5. Type `http://localhost:8000/streams/output.m3u8` in text field.

About


Languages

Language:JavaScript 58.4%Language:HTML 41.6%