|
Hello,
I am facing a strange issue.
I am creating a GST pipeline dynamically where the splitmuxsink is being used to create MP4 fragments. This splitmuxsink is made child of output bin where output bin is a child of pipeline.
Whenver I trigger SIGTERM signal, my application creates EOS event and sends it on pipeline. This event is not reaching splitmuxsink with which the last fragment generated by splitmuxsink becomes unplayable.
If I use a small file as source, then I am able to see EOS message posted on the Gst Bus in which the MP4 fragments generated by splitmuxsink are all playable.
Please help me to debug the issue.
Regards,
Raghavendra Rao
|