[Bug 781446] rtsp: Add support for the new RTSP 2.0 protocol (rfc7826)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 5 15:45:25 UTC 2017


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

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> ---
This first set of patches implements basic support for RTSP 2.0, I might still
be missing some semantic changes, but overall it should be quite compliant with
the new version of the standard.

This is the first RTSP 2.0 implementation (I asked protocol authors and this is
the answer I got from them!) so I developed both the server and the client at
the same time.

As stated in the commit messages it is still missing some features, but those
should not be really important for a start. Also support for extensions has not
been implemented for the simple reason there is not real extension defined yet
(afaict).

Those patches are to be applied in the different GStreamer repositories as
follow:

  * 354929: gst-plugins-base
  * 354932: gst-plugins-good
  * 354931: gst-rtsp-server
  * 354933: gst-devtools

I am also mantaining up to date branches on the following repositories:

  * https://github.com/thiblahute/gst-plugins-base/commits/rtsp2.0
  * https://github.com/thiblahute/gst-plugins-good/commits/rtsp2.0
  * https://github.com/thiblahute/gst-rtsp-server/commits/rtsp2.0
  * https://github.com/thiblahute/gst-devtools/commits/rtsp2.0

Extra care has been taken to make sure to not break 1.0 support, and a
-validate testsuite has been previously added, no regression has been found
(yet:)).

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