<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I am trying to learn how to send live H.264-encoded video taken from a webcam to a browser over HTTP. I would like to exploit the browser built-in functionalities and the video tag, but I am having some doubts.<br>
<br>
I am able to stream by using the flv format and the plash player, by dynamically changing the pipeline when an HTTP request is received. I can also stream live video with the matroska file format, but I would like to use the mp4 format, which seems to have
 wider support.<br>
<br>
The problem that I am facing is that mp4 needs to be closed, so that the correct atoms are written (I think moov is the missing one). I tried to set streamable true, but this did not solve the problem.<br>
<br>
Is there a way to have a mp4 file that can be read even if it not closed?<br>
<br>
Thank you<br>
<br>
Ottavio<br>
</div>
</body>
</html>