sergey-dryabzhinsky / nginx-rtmp-module

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

"hls_fragment_naming timestamp" #362

Open scramatte opened 9 months ago

scramatte commented 9 months ago

Hello,

I've got a running nginx + rtmp module server that publishes streams as hls format. My project is to set up a recorder and create a mechanism to access recorded streams easily (catchup)

I have configured the module with param "hls_fragment_naming timestamp" it works but my problem is that segment name use timestamp value that starts from 0, and I would like that to use datetime when stream starts to be received.

Any idea ?

Regards