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

possible to save video files at defined intervals (5 min, 10 min, etc.)? #484

Open djwx opened 2 years ago

djwx commented 2 years ago

Is it possible to configure NMS to save video files from a live stream at pre-defined intervals, e.g. every 5 minutes, etc.? Currently it looks like the file is saved only once the input stream has stopped. Thx.