node-hls-server icon indicating copy to clipboard operation
node-hls-server copied to clipboard

Simple HLS server running on NodeJS.

Results 4 node-hls-server issues
Sort by recently updated
recently updated
newest added

can't access http://localhost:8080/stream2/index.m3u8, please help ![s](https://user-images.githubusercontent.com/32484263/178136535-9997fd8b-c29f-4d2d-81f3-dc6a444b7fb4.PNG) ![22](https://user-images.githubusercontent.com/32484263/178136553-48ad017b-f4ad-4a0b-a6a7-3faee24aebb3.PNG)

Update the requestHandler to check if stream is found. If found, no modification If not found, respond 400 error (to prevent http server crash)

Had a problem where hls_wrap was not available in ffmpeg, which lead to a problem running the application. I would suggest overwriting `defaultConfig` given a config, because otherwise it'll lead...

I found an error immediately with simple configuration: const HLSServer = require('node-hls-server'); const server = new HLSServer(); server.run(); the error is: /Users/---------->/live_server/node_modules/node-hls-server/requestHandler.js:24 req.connection?.remoteAddress || ^ SyntaxError: Unexpected token '.' at...