[Bug 712385] New: [PATCH] [netclock] added new round-trip limit property
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 15 10:15:42 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712385
GStreamer | gstreamer (core) | git
Summary: [PATCH] [netclock] added new round-trip limit property
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: dv at pseudoterminal.org
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=259934)
View: https://bugzilla.gnome.org/attachment.cgi?id=259934
Review: https://bugzilla.gnome.org/review?bug=712385&attachment=259934
netclientclock patch for round-trip limiting
The netclientclock currently assumes that the network is of good quality, does
not delay the packets too much, transports them in order etc. These assumptions
generally hold for wired local networks, but not for wireless ones. In an area
with many Wi-Fi access points and clients, time packets with round trips of 10
seconds have been observed. These extremely late packets mess up the regression
calculations, causing the clock's stability to degrade significantly.
This patch introduces a limit for the round trip period. If a packet takes
longer to return than the limit specifies, it is ignored. By default, the limit
is set to zero, which disables the limiting. (It is very difficult to determine
a "good"
nonzero default value.)
--
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