[Webkit-unassigned] [Bug 85378] [Qt][gstreamer] playing a big video downloads the whole video at once.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 16:50:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85378





--- Comment #2 from Yael <yael.aharon at nokia.com>  2012-05-02 16:50:31 PST ---
(In reply to comment #1)
> We've had the same issue in the N9 and ended up with this:
> 
> https://gitorious.org/+qtwebkit-webkit2-dev/webkit/qtwebkit-webkit2-dev/commit/fdfb545bb8a35aebfaa4ea9bd33236d43463f4e7
> 
> The bug about deferring not working in QNAM should not happen in trunk/qt5, but the issue about the read buffer size.
> 
> Adjusting the read buffer size used in the QNetworkReply is still something we could do.

Thanks for sharing. This looks promising, but in Qt5 I found this:
void QNetworkReplyHttpImpl::setReadBufferSize(qint64 size)
{
    Q_UNUSED(size);
    // FIXME, unsupported right now
    return;
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list