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

fix: empty appname on init and instead use 'live' as default #641

Open Salman2301 opened 1 month ago

Salman2301 commented 1 month ago

447

Empty appname is causing the stream publish to http://localhost:8000//stream.flv instead of http://localhost:8000/live/stream.flv` as the doc suggest

Not tested!