[Bug 694405] souphttpsrc: improve performance / efficiency

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 30 02:26:25 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=694405
  GStreamer | gst-plugins-good | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com
            Version|1.0.5                       |git

--- Comment #11 from Edward Hervey <bilboed at bilboed.com> 2014-01-30 10:26:18 UTC ---
Some thoughts:

* Have a maximum block size (instead of a fixed one)
* Have a deadline (or latency?) property
* Instead of getting a fixed amount, grab as much as possible within those two
constraints and push out the resulting buffer.

With something like max-blocksize=64k and deadline=100ms:
* if it gets 64k in less than 100ms => push it
* if it gets less than 64k in 100ms => push it

Or maybe we just want to automatically adjust the block size based on observed
bitrate ?

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


More information about the gstreamer-bugs mailing list