Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Benjamin Berg
gst-rtsp-server
Commits
aa0674b1
Commit
aa0674b1
authored
Feb 25, 2014
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.2.3
parent
2e2428b3
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4073 additions
and
3 deletions
+4073
-3
ChangeLog
ChangeLog
+3957
-0
NEWS
NEWS
+19
-1
RELEASE
RELEASE
+85
-0
configure.ac
configure.ac
+2
-2
gst-rtsp-server.doap
gst-rtsp-server.doap
+10
-0
No files found.
ChangeLog
View file @
aa0674b1
This diff is collapsed.
Click to expand it.
NEWS
View file @
aa0674b1
This is GstRTSP
This is the Gstreamer RTSP Server Library 1.2.3
Changes since 0.10.8:
* Ported to GStreamer 1.0 API
* Multithreaded for better responsiveness and scaleability
* Support for authentication and access restrictions
* Support for TLS
* API refactored a bit for clarity (e.g. MediaMapping -> MountPoints)
* Improved seeking support
* Better live pipeline support
* Better IPv6 and multicast support
* Improved portability (ported to gio)
* Support for automatic synchronous playback of multiple clients via GstNetTimeProvider
* Support for more range formats
* New example how to feed data to the server via appsrc
* New example how to prioritise some clients over others using cgroups
* Many more unit tests
* Hundreds of bug-fixes and other improvements
RELEASE
View file @
aa0674b1
Release notes for GStreamer RTSP Server Library 1.2.3
The GStreamer team is proud to announce the first release
of the GStreamer RTSP Server Library for the GStreamer 1.0
API series.
Features of this release
* Ported to GStreamer 1.0 API
* Multithreaded for better responsiveness and scaleability
* Support for authentication and access restrictions
* Support for TLS
* API refactored a bit for clarity (e.g. MediaMapping -> MountPoints)
* Improved seeking support
* Better live pipeline support
* Better IPv6 and multicast support
* Improved portability (ported to gio)
* Support for automatic synchronous playback of multiple clients via GstNetTimeProvider
* Support for more range formats
* New example how to feed data to the server via appsrc
* New example how to prioritise some clients over others using cgroups
* Many more unit tests
* Hundreds of bug-fixes and other improvements
==== Download ====
You can find source releases of gst-rtsp-server in the download
directory: http://gstreamer.freedesktop.org/src/gst-rtsp-server/
The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/
==== Homepage ====
The project's website is http://gstreamer.freedesktop.org/
==== Support and Bugs ====
We use GNOME's bugzilla for bug reports and feature requests:
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
Please submit patches via bugzilla as well.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the Freenode IRC network.
==== Developers ====
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
from there (see link above).
Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list.
Contributors to this release
* Aleix Conchillo Flaqué
* Alessandro Decina
* Alexander Schrab
* Andrey Utkin
* Branko Subasic
* David Svensson Fors
* Edward Hervey
* George McCollister
* Göran Jönsson
* Jonas Holmberg
* Lubosz Sarnecki
* Ognyan Tonchev
* Olivier Crête
* Patricia Muscalu
* Patrick Radizi
* Sebastian Dröge
* Sebastian Pölsterl
* Sebastian Rasmussen
* Stefan Sauer
* Tim-Philipp Müller
* Wim Taymans
* Youness Alaoui
configure.ac
View file @
aa0674b1
...
...
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT([GStreamer RTSP Server Library], [1.
1.90
],
AC_INIT([GStreamer RTSP Server Library], [1.
2.3
],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
[gst-rtsp-server])
AG_GST_INIT
...
...
@@ -53,7 +53,7 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 20
0
, 0, 20
0
)
AS_LIBTOOL(GST, 20
3
, 0, 20
3
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.2.3
...
...
gst-rtsp-server.doap
View file @
aa0674b1
...
...
@@ -30,6 +30,16 @@ RTSP server library based on GStreamer
</GitRepository>
</repository>
<release>
<Version>
<revision>1.2.3</revision>
<branch>1.2</branch>
<name></name>
<created>2014-02-25</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.2.3.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.1.90</revision>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment