You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: