Hi everyone! Is there a way to send a signal to the splitmuxsink so that it finishes recording to a file without creating a new one (like split-now?) Or is it better to use a different element?
You would usually do this by sending an EOS event to your pipeline (or injecting it into your file-saving pipeline branch) and then splitmuxsink will finalise things once it receives the EOS.
This will also ensure that any video encoders or such before splitmuxsink output all the pending data they might be holding back internally.
Not sure if there’s an easier way.