[Bug 675132] tsdemux: implement proper seeking with binary search and keyframe detection

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 20 07:27:55 PDT 2014


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

--- Comment #18 from Edward Hervey <bilboed at bilboed.com> 2014-03-20 14:52:36 UTC ---
(In reply to comment #16)
> 
> ACCURATE is about accuracy of the position itself from the start (that is:
> don't use bitrate estimate and just jump somewhere).

  Or rather:
    * DO use bitrate estimation
    * DO jump somewhere
    * BUT wait until the first timestamp,
      * If it's the position you wanted, output stuff (segment, buffers,...)
      * If not, go back to the first step

  Sorry, we don't have any other magic to figure out offset from requested
time. Unless you want to scan the whole file first (Don't do that...).

-- 
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