Hi all,<br><br>i want to record AAC+ (960) stream to a file. So best or probably the only container which support understand this format is mp4. i am able to get the file recorded with the following pipeline:<br><br>$ (aac+ source through appsrc) ! mp4mux ! filesink location a=a.mp4<br>
<br>The file recorded can be very large and when streaming this file over any DLNA server, my player (device) doesn&#39;t able to play it because of memory constraint. Having faststart file have issue of taking very long time after recording is finished. So the user experience is bad in this case.<br>
<br>To avoid long delay after recording is stopped and to support almost unlimited length of recording, i have used fragment-duration=500 streamable=1 flag for mp4mux. <br><br>This does the job correctly except i cant seek into the file.<br>
<br>qtdemux offcourse don&#39;t support the seeking for fragmented file. Is there any way i could achieve seeking in fragment mp4 file?<br>Does only having fargment-duration without streamable will support seek or both are tied up?<br>
<br>thanks for your help!<br><br>regards,<br>Abhimanyu<br>