illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.89k stars 1.51k forks source link

How to create master.m3u8 from fission #553

Open jahwin opened 1 year ago

newsuperfi commented 10 months ago

hello. did you solve it? I have a same problem.

jahwin commented 10 months ago

@newsuperfi you have to create master.m3u8 file your self or clone this project and add that fictionality your self internal but it's complicated because it use difference ffmpeg instance to encode different resolutions, the other way arround is to take all those input and pass it to ffmpeg and output master.m3u8.

hello. did you solve it? I have a same problem.