node-hls-server
node-hls-server copied to clipboard
Simple HLS server running on NodeJS.
can't access http://localhost:8080/stream2/index.m3u8, please help  
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...