-
Hi! Maybe a stupid question :) Recently noticed, that the number of HLS generated .ts segments is less by 1 in E.g. if i have 5 I've just counted :). Indeed in How come? Is it a bug or an improvement of some sort? Reassurance from the community much needed) Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think that this is because of the new atomic write support. The current segment only appears when it is finished writing. Before that, the current segment was always visible as it was being written. |
Beta Was this translation helpful? Give feedback.
I think that this is because of the new atomic write support. The current segment only appears when it is finished writing. Before that, the current segment was always visible as it was being written.