Release Notes for LiveSwitch Server v1.18
1.18.5.32382
Release date: August 11, 2023
Client SDK
Bug Fixes
- [LS1-1479] Fixed a bug that would cause browser clients to stream at 480p resolution even though a higher resolution was requested.
1.18.4.32099
Release date: August 8, 2023
Client SDK / Media Server
Bug Fixes
- [LS1-1477] Fixed a bug preventing connections over local peer reflexive candidates generated on the local subnet under certain circumstances.
1.18.3.31579
Release date: August 3, 2023
Client SDK
Improvements
- [LS1-1440] Made improvements in high-latency networks so that connections become connected much quicker.
Bug Fixes
- [LS1-1439] Fixed an issue preventing Android SDK from running on Android 8.1 and Android 9 when using ImageViewSink.
- [LS1-1435] Fixed a bug where a client might not send all of the candidates it had gathered.
- [LS1-1369] Fixed a bug where, when Connection.IceGatherPolicy was set to NoHost, media connectivity was being established over the relay server, even if a more direct route over public Internet (i.e. over a local server reflexive candidate) was available, causing unnecessary load on the relay server and increased latency. Further, this bug resulted in invalid reporting of active candidate pairs when no IceGatherPolicy restriction was set - clients were erroneously reporting being connected from a private IP port when in fact connectivity was happening over a public IP port.
Media Server
Improvements
- [LS1-1440] Made improvements in high-latency networks so that connections become connected much quicker.
Recording
New Features
- [LS1-1365] Added a new recording mode to limit recordings to audio-only or video-only. This can be configured in the Channel Configuration or when enabling recording using the SDK or REST API.
Gateway
New Features
- [LS1-1463] Added a property 'PreferNonHostLocalIceCandiates' in the Deployment Configuration, which forces the clients not to use local host ICE candidates. If set, clients can still override this request by setting Connection.IceGatherPolicy to IceGatherPolicy.All. This behavior only applies to MCU and SFU connections.
Bug Fixes
- [LS1-1347] Fixed a bug that sometimes prevented connections from being established on a channel if all participants were kicked due to session limit timeouts on that channel.
1.18.2.30619
Release date: July 11, 2023
Client SDK
Bug Fixes
- [LS1-1437] Fixed an issue that prevented connections from succeeding if local media constraints such as frame or resolution were not set.
1.18.1.30316
Release date: July 7, 2023
Client SDK
Bug Fixes
- [LS1-1436] Fixed an issue on Firefox where the video resolution was not always obtained when registering with the Media Server, resulting in an overcalculation of the Media Server's used capacity.
1.18.0.29884
Release date: July 5, 2023
Simulcast
Breaking Changes
- In the REST API, the following property has been deprecated:
ChannelConfig > sfu > videoOutput > simulcast > enabled
. UseChannelConfig > sfu > videoOutput > simulcast > enabledV2
instead.
New Features
- Introduced new credit-based media server capacity thresholds. Capacity thresholds depend on the connection type, resolution, frame rate, and whether or not server side simulcast is enabled. Old capacity thresholds will be deprecated in v1.19.0. Please see documentation for details.
- Exposed server-side simulcast settings on deployment and application level (in addition to the current channel level). Please see documentation for details.
.NET MAUI
New Features
- [LS1-1372] Added new client SDK libraries that can be used to develop iOS and Android applications using the .NET Multi-platform App UI (.NET MAUI) cross-platform framework. The libraries support .NET 6.0+ and are available through the NuGet package manager.
Client SDK
New Features
- [LS1-1387] Added round-trip time stats to the media receiver report and media receiver stats. Media sender stats updated to ensure that round trip times are taken from ICE layer allowing for more precise calculations.
- [LS1-1398] Connection Failure messages now contain all the route ICE Transport attempted before failing connection (if connection failed due to not being able to establish network connectivity with peer). Failed routes are logged only if at least DEBUG level is enabled and only for Media Servers and non-web based clients.
- [LS1-1354] Added configurable DeadStreamTimeout to ManagedConnection class.
Improvements
- [LS1-1361] Improved Cocoa memory handling related to destroying local and remote media.
Bug Fixes
- [LS1-1402] Fixed a bug where audio packets were being held for too long when packet loss was occurring.
- [LS1-1393] Fixed a bug where data stream sending would get stuck under certain conditions.
- [LS1-1243] Fixed a bug where a connection wasn't changing state to failed.
- [LS1-1352] Fixed an issue where Sender Report timestamp values could be incorrect, which could produce excessively large recording durations. This may also improve intermittent lip sync issues.
- [LS1-1379] Fixed a bug causing a memory leak in logging in Cocoa.
- [LS1-1157] Fixed a slow memory leak in iOS SDK related to logging.
- [LS1-1357] Fixed a bug in RTP JitterBuffer, where a null reference exception could be thrown at connection shutdown.
- [LS1-1370] Fixed a problem causing a black screen when screen sharing in Safari 16.3 and earlier in macOS Ventura. Safari 16.4 and later versions, as well as macOS Big Sur were not affected.
- [LS1-1392] Fixed a bug in Chrome where the MediaTrackStats weren't being populated.
- [LS1-533] Remove link time optimization in Opus library which resolves a compile failure when trying to include the LiveSwitch libraries in an XCFramework package. The build error contains “unable to find any architecture information in the binary.”
- [LS1-1374] Fixed a bug in the FM.LiveSwitch NuGet package that resulted in a warning about the Mono.Posix library when loaded on .NET Core projects.
Example
Improvements
- [LS1-1355] Updated macOS Example to demonstrate best practices to avoid memory leaks in Cocoa.
Media Server
New Features
- [LS1-1377] Exposed Server Side Simulcast Manual Encoding config options for Server Customers via REST APIs and environmental variables.
- [LS1-1384] New CPU Credit configuration for Media Server capacity calculations added to Postgres database. Exposed new configurations via REST API and Environmental variables.
Improvements
- [LS1-1397] Moved Media Server TURN-related log
{{Processing UDP allocate request from...}}
from DEBUG to VERBOSE level.
Bug Fixes
- [LS1-1353] Fixed a bug where lip sync could have been out of sync.
Dashboard
Bug Fixes
- [LS1-1376] Fixed an issue where the Server admin console wouldn't load when the browser had no public Internet access.
REST API
New Features
- [LS1-1381] Added new v1 REST endpoint
/api/v1/applications/{applicationId}/channelIds
to get a list of all the active channel Ids.
Server
Bug Fixes
- [LS1-1389] Added a configuration parameter,
{{UseFipsAlgorithms}}
, to force a service to use the FIPS-compatible versions of the cryptography algorithms on FIPS-enabled servers. This configuration parameter can be set in the JSON configuration file or as an environment variable.