<div dir="ltr">Dear Sebastian,<div><br></div><div>If I set the faststart property to yes in Windows, the output file is created but the size remains 0. I enclosed the python source I'm using. You will need livestreamer to test it though. I have gstreamer 1.2.3 and python 2.7 (32 bit) on a 64 bit windows 7 computer. Plugin wise I'm using the uridecodebin, the encodebin and the filesink came with gstreamer. My statement is that neither the quicktime nor the iso variant of the mp4mux generates valid files if faststart is false. (Neither under Windows nor under Linux.) If I switch faststart to True, it is working fine in Linux but not in Windows. If I create iso-fragmented variant, it is fine both on Linux and windows. To set up the recording format please change line 42 and lines 50-53 in the python source.</div>
<div><br></div><div>Best Regards,</div><div><br></div><div>Lajos</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 9, 2014 at 8:22 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Mo, 2014-04-07 at 14:20 +0200, Lajos Okos wrote:<br>
> Dear Sebastian,<br>
><br>
> I tried to run the same python code on a linux box and I made some<br>
> progress. On Linux I can set the faststart property of the multiplexer in<br>
> the encoderbin to True. In this case the code generates a valid mp4 file,<br>
> with a moov atom right after the ftyp atom at the begining of the file as<br>
> expected. On the other hand if I set the faststart property to False I have<br>
> the same result as on windows. The mdat atom has an invalid size at byte<br>
> offset 32.<br>
<br>
Setting faststart to true on Windows does not help either?<br>
<br>
Can you provide your sample code to reproduce this problem, either here<br>
or in a bug report? Also which versions of GStreamer and the plugins are<br>
you using?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>