Accepting request 955058 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/955058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/live555?expand=0&rev=30
This commit is contained in:
2022-02-16 23:30:11 +00:00
committed by Git OBS Bridge
4 changed files with 37 additions and 6 deletions
+31
View File
@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Feb 15 15:50:24 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2022.02.07:
+ Updated the SRTP packet sending code in "MultiFramedRTPSink.cp"
to not allocate a variable-sized buffer on the stack, because
some compilers can't handle this.
+ Ensure that RTSP servers that serve SRTP do not also support
streaming over the TCP connection, because that would add extra
overhead for no benefit.
- Changes from version 2022.01.21:
+ Fixed a bug in the "groupsock" library that could cause
outgoing RTP packets to get duplicated when a RTSP "PLAY"
command is sent after a "PAUSE".
- Changes from version 2022.01.20:
+ More updates to the code for optional server SRTP streaming.
- Changes from version 2022.01.17:
+ More updates to the code in preparation for optional server
SRTP streaming.
- Changes from version 2022.01.11:
+ Fixed a minor memory leak in "RTSPClient" when receiving a SRTP
stream.
+ Updates to "RTPSink" in preparation for optional server SRTP
streaming.
- Changes from version 2022.01.06:
+ Made "GenericMediaServer::addServerMediaSubsession()" a virtual
function, and redefine it in the subclass "RTSPServer" to call
the base function, then set the "ServerMediaSubsession"s
"streamingIsEncrypted" flag (if the RTSP server is streaming
SRTP).
-------------------------------------------------------------------
Mon Dec 20 12:50:52 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
+3 -3
View File
@@ -1,7 +1,7 @@
#
# spec file for package live555
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2020 Dominique Leuenberger, Ramiswil, Switzerland
#
# All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
#
%define lmdmaj 102
%define lmdmaj 106
Name: live555
Version: 2021.12.18
Version: 2022.02.07
Release: 0
Summary: LIVE555 Streaming Media
License: LGPL-2.1-only
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68a809a1cf15643dddb41046b4b757c4280f8c6ea40c1eb58717494de2250e37
size 683992
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f0c1f8a71ceb506bcbf969b02b4b0c3697b4e15daeb6dcba9872c8745ce92c6
size 687757