Hi everyone,<br><br>I'm trying to develop a pipeline where I can maintain a continuous preview while recording several files. I don't mind loosing data between chunks.<br>So far I've come with this ideas but I lack expertise with this elements or I was unsuccessful so far:<br>

<br>The ideas:<br><br>1) Use a <b>multifilesink </b><br>2) Use <b>two branches</b> with valve + encoder + muxer + filesink, shifting between them, rebuilding them when disabled.<br>3) <b>Block</b> the pad and rebuild the last part of the branch<br>

<br>The questions for each alternative:<br><br>1.a Is there a way to control the "next-file" manually, an EOS to the sink doesn't seems to work.<br>1.b I had problems with the first chunk and with time-stamping, am I missing something?<br>

<br>3.a Would the pipeline stuck?<br>3.b Do I need to build the elements again or there is a way to restart them<br><br>And finally, which alternative do you recommend?<br><b>I would like to implement (1)</b> but I didn't found documentation or examples to help me do it. (2) seems the easiest but also the less clean. <br>

<br>Thanks in advance<br>----<br>Héctor Canto<br><br>