<div dir="ltr">Hi,<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">&gt;Which version of WebKitGTK+ are you using?</span><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">&gt;Our gst http source element recently received quite a lot of</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">&gt;modifications. I advise you to test the latest release, if possible.</span><br style="font-family:arial,sans-serif;font-size:13px"></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">I&#39;m using Webkit provided by QT-5.1.1.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Regards,</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Thouraya.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/27 Philippe Normand <span dir="ltr">&lt;<a href="mailto:philn@igalia.com" target="_blank">philn@igalia.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, <a href="tel:2013-12-27" value="+21620131227">2013-12-27</a> at 15:15 +0100, T andolsi wrote:<br>

&gt; Hi,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Running some html5 tests, I&#39;m getting  the following error:<br>
&gt;<br>
&gt;<br>
&gt; GStreamer-ERROR **: gstbuffer.c:542: failed to allocate 38707983 bytes<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Debugging the issue, I see that in<br>
&gt; &quot;StreamingClient::didReceiveData(ResourceHandle* handle, const char*<br>
&gt; data, int length, int)&quot; function,we are trying to allocate a huge size<br>
&gt; of memory.<br>
&gt;<br>
&gt;<br>
<br>
</div>Which version of WebKitGTK+ are you using?<br>
Our gst http source element recently received quite a lot of<br>
modifications. I advise you to test the latest release, if possible.<br>
<div class="im"><br>
&gt;<br>
&gt;<br>
&gt; I think that in webkit, we are loading all the stream in one or tow<br>
&gt; buffers. Is it the case ?<br>
&gt;<br>
&gt;<br>
<br>
</div>No.<br>
<div class="im"><br>
&gt; Is there any way in webkit to stream the video: I mean to not load all<br>
&gt; the data in one or tow buffers ?<br>
<br>
</div>The element should allocate buffers dynamically depending on what the<br>
SubResourceLoader instructs it.<br>
<div class="im"><br>
&gt; to use Dynamic Adaptive Streaming over HTTP ?<br>
<br>
</div>Of course this is possible, and supported, provided that your GStreamer<br>
installation has the required plugins for the various adaptive streaming<br>
protocols (DASH, HLS, etc...).<br>
<br>
Philippe<br>
<br>
<br>
_______________________________________________<br>
webkit-gtk mailing list<br>
<a href="mailto:webkit-gtk@lists.webkit.org">webkit-gtk@lists.webkit.org</a><br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-gtk" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-gtk</a><br>
</blockquote></div><br></div>