Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions millicast/changelog/changelog-dolbyio-platform-media-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Updates to Dolby OptiView's Real-time Streaming Platform and Media Server.

## 2026-07-16

### Media Server

<!-- 3.4.3 -->

#### Fixes

- Improved RTMP re-stream reliability by handling output back-pressure to prevent stream corruption.
- Fixed audio distortion that could occur with loud audio sources during WebRTC playback.
- Fixed an issue where recordings of simulcast WebRTC streams could be missing video.
- Improved Adaptive Bitrate (ABR) resilience on links with high RTT variation, preventing unnecessary switches to lower-quality layers.
- Fixed an issue where abnormal viewer disconnections could prevent new viewers in a region from receiving media.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add one more customer reported bug fix: fixed a recording issue where simulcast WebRTC may lost video in recording. Reference is ticket https://opentelly.atlassian.net/browse/OPTI-3471, but don't show this detail in the release note.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the customer-facing simulcast WebRTC recording fix in a8b213c, without including the internal ticket reference.

- Updated the SRT library to version 1.5.6 to address a security vulnerability.

## 2026-07-08

### Media Server
Expand Down
Loading