[Bug 776601] New: rtspsrc: set absolute range headers if only UTC is accepted
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Dec 29 23:01:25 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=776601
Bug ID: 776601
Summary: rtspsrc: set absolute range headers if only UTC is
accepted
Classification: Platform
Product: GStreamer
Version: 1.10.2
OS: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: dashesy at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 342599
--> https://bugzilla.gnome.org/attachment.cgi?id=342599&action=edit
USe absolute clock range if only UTC is accepted
Attached please find 2 patches, one against plugins-good, and one smaller one
for plugins-base.
Basically if during SETUP in the response header we have 'Accept-Ranges':'UTC'
then in `gen_range_header` I use absolute time instead of npt.
This is a requirement when playing back ONVIF streams but would always make
sense because if only UTC is accepted the server is waiting to get an absolute
time (and not npt).
Bug 762884 is relevant but the advantage of a generic solution is that it even
works with `gst-launch` without the need to set up a signal handler and correct
the headers.
--
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