Hi, i'm trying to make a simple live http segmented streaming solution. For that, i'd like to record my live .ts streams not to a single file, but split into multiple files of a given size or duration in this manner : segment1.ts segment2.ts segment3.ts ... In essence, just like a stream segmenter w...