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

HLS not generated for No Audio Videos #565

Open lakshmansha opened 1 year ago

lakshmansha commented 1 year ago

I have working on HLS Streaming. Currently, I am able to stream video on HLS only when it consists of Audio on it. But I have some video files which does not have audio on it. Need Help stream it.

Thank in Advance.