arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.38k stars 3.51k forks source link

hls_cleanup time not configurable #384

Open manish198903 opened 10 years ago

manish198903 commented 10 years ago

Hey Guys,

I am currently trying to use the hls streaming features of the nginx rtmp module. I have noted that the hls_cleanup time is not configurable. Is this true or have i missed something?

arut commented 10 years ago

this time is twice the hls playlist length.

tmtoan commented 7 years ago

Hi @arut , is there anyway to edit this hls_cleanup time as my will? For example, I want to save only 5 minutes before the live streaming time and delete the rest before that, how could I achieve this?