-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' of https://github.com/AgoraIO/Docs-Source
- Loading branch information
Showing
4 changed files
with
42 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,31 @@ import * as data from '@site/data/variables'; | |
|
||
<PlatformWrapper platform="linux-cpp"> | ||
|
||
## v3.8.200.20 | ||
|
||
This version was released on July 22, 2022, with the following features: | ||
|
||
- Sending and receiving video and audio data in various formats. | ||
- Independent audio/video and sending/receiving processes. | ||
- Starting a single process with multiple SDK instances. | ||
- Specifying remote streams by user ID. | ||
- Using a user ID in string format to join a channel. | ||
- Audio mixing. | ||
- Video mixing | ||
- Media encryption. | ||
- Cloud proxy. | ||
- Network geofencing. | ||
</PlatformWrapper> | ||
## Version 4.2.30 | ||
|
||
v4.2.30 was released on February 6, 2024. | ||
|
||
### New features | ||
|
||
- Multipath network transmission | ||
|
||
This release adds the multipath network transmission feature, which allows simultaneous transmission of audio and video streams over multiple network paths. For example, when you insert two IoT SIM cards in the device, the SDK can transmit audio and video streams through the network of both SIM cards, thereby improving the stability and reliability of audio and video transmission. Contact [email protected] to enable and use this feature. | ||
|
||
- Hardware encoding acceleration | ||
|
||
This release supports utilizing NVIDIA GPU hardware acceleration for video encoding, which reduces the power consumption of CPU and improves hardware encoding efficiency and performance. Contact [email protected] to enable and use this feature. | ||
|
||
### Improvements | ||
|
||
- Audio sending timestamp | ||
|
||
To set the timestamp at which you send the audio data, this release adds the `presentation_ms` parameter in the `sendAudioPcmData` method. In scenarios such as video conferences and remote collaboration, this parameter allows you to achieve audio and video synchronization. | ||
|
||
### Bug fixes | ||
|
||
This release fixed the following issues: | ||
|
||
- App memory growth caused by receiving H.264 video raw data. | ||
- Garbled data stream when using both string-type user IDs and data stream functions simultaneously. | ||
|
||
</PlatformWrapper> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters