[Bug 702084] New: rtsp-media: UTC ranges in RTSP PLAY response
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 12 04:28:20 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=702084
GStreamer | gst-rtsp-server | git
Summary: rtsp-media: UTC ranges in RTSP PLAY response
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-rtsp-server
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: davidsf at axis.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=246611)
View: https://bugzilla.gnome.org/attachment.cgi?id=246611
Review: https://bugzilla.gnome.org/review?bug=702084&attachment=246611
media: convert_range replaces get_range_times
My patch for Bug #701191 didn't handle RTSP UTC ranges completely.
get_range_times() worked for handling UTC ranges for seeks, but we also need to
convert back from NPT to the requested unit in
gst_rtsp_media_get_range_string(), for the PLAY response.
In the attached suggested patch, get_range_times() is replaced by
convert_range(), which is overridable and used for converting both ways.
Problems with UTC are avoided by converting to NPT before seeks.
--
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