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.9k stars 1.51k forks source link

Stop HLS file from been deleted after stream ended #524

Closed lewatt23 closed 2 years ago

lewatt23 commented 2 years ago

Hell guys, please am facing this issue, my hls files are been deleted after stream endeded, can someone help me on how to fix that? thanks.

JohnTrabusca commented 2 years ago

Hey @lewatt23 it's natural behavior from the script itself, however you can modify remove the line from the script that does this, the file that you have to modify is this https://github.com/illuspas/Node-Media-Server/blob/219ca691fda874c94712e4ba86a023948940409d/src/node_trans_session.js#L89 that way you will be able to keep your .ts files

lewatt23 commented 2 years ago

thanks