Hi all,<br><br>I am writing the application to transcode any media file to H.264 video and AAC audio content and save in a file.<br>Currently I want to write say some 5 secs of data into file then send EOS and after the muxer gracefully writes data after EOS, <br>
I want to again start my pipeline from the point where I left (at 5secs) and again start writing.<br><br>I am doing this because I wanna access the file which I am writing through filesink in another application for playing.<br>
So I can access this data after every 5 sec in the player pipeline to play.<br><br>But after EOS I just can&#39;t set the pipeline to any state. I did not quit the main loop.<br><br>I will be thankful for any help &amp; suggestions.<br>
<br>Regards.<br>