[Bug 787085] tsdemux: Sudden jump in PTS when there is a backward jump in PCR

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 4 15:31:15 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=787085

--- Comment #11 from Edward Hervey <bilboed at bilboed.com> ---
It can't be a DVB *and* a UDP stream.

It's either:
* DVB (i.e. over satelitte/cable/terrestrial), in which case you can only have
packet losses and not reordering (order is handled at DVB transmission level)
* UDP, in which case you can have both packet loss *and* reordering

mpeg-ts is *not* designed for coping with reordering. You need another
solution.

Such solutions could be:
* You have a dedicated network with guarantees of no packet reordering/loss
* RTP (encapsulating mpeg-ts within that), which can detect/handle reordering
* not using UDP

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