<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi,<br /><br />Im trying to build a system that will be able to save h.264 streams to small ARM-embeeded linux platform.<br />It works perfectly even on ARM926EJ-S (saving 1080 HD stream to .mov or .mp4 causes almost no visible impact to the platform).<br /><br />However there is one caveat which I have faced , that is well desribed in openrtsp documentation :<br />Unexpected termination of application (like power-off the entire platform).<br /><br />Does it mean that in case of H264 if openRTSP is not terminated with appropriate signal there is no chance to recover mp4 or mov file.<br />Maybe some of you already tried to recoved openRTSP corrupted file ?<br /><br />Im simply trying to save a stream that i can open even if the file will be closed without SIGUP/SIGUSR1 ...<br /><br />Sorry for puting this post here (i know its devel-list) , but couldn't find a better place to ask.<br /><br />Regards<br />Lukas<br /><br /><br /></p>
</body></html>