[Bug 703884] dvb/tsdemux: Fast start variant

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 20 22:22:13 PST 2013


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|715147                      |

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> 2013-12-21 06:22:05 UTC ---
Another dvbbasebin optimization to do (which maybe should go in a different bug
report) is to store the observed stream-PID for each program in a configuration
file. That way we don't have to wait for the PMT to know which PID we should
activate.

Ex:
PROGRAM_1:<pmt_pid>:<program1_pes_pid1>,<program1_pes_pid2>,....

That will allow us to start with a reduced number of PID (filtering activated
on the frontend). The probability the PMT PID and program stream PID changed
over time is very low. If they do change, we can still go back to the old logic
(at the expense of latency).

Obviously a system-wide daemon would help with that ... but in 10+ years of
dvb-linux nobody has agreed on a common solution :(

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