<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>I am trying to use libav to handle streaming files that contain atom moov at the end of files. As I found that browsers handle this by using multiple requests to get that header from the first or last chunk of a file, I tried the same with curl range, but
 I cannot figure out how to extract and keep atom moov. Unfortunately, '<span>avformat_open_input()' seems not able to open only the last chunk of the file. I think it needs some other atoms in the front as well.</span></p>
<p><span><br>
</span></p>
<p><span>I would like to ask if anyone knows how to deal with this problem in libav streaming. Is there any function to extract and keep atom moov only?</span></p>
<p><span><br>
</span></p>
<p><span><br>
</span></p>
<p><span>Regards,</span></p>
<p><span>Sornrakitch</span></p>
</div>
</body>
</html>