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.96k stars 1.52k forks source link

gop_cache adjustment #44

Open hidavidlee opened 6 years ago

hidavidlee commented 6 years ago

Hello Where can I adjust how many seconds on gop_cache ?

thanks

illuspas commented 6 years ago

No, there is no such method. The current mechanism is to cache the nearby GOP from the current frame. When a new keyframe arrives, clear all caches to start again.

hidavidlee commented 6 years ago

got you , thanks very much