From 8a9bf53e77dc8596f9cce00f498744ea043202ed Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:48:00 +0000 Subject: [PATCH 1/3] Add media server 3.5.1 release notes Co-Authored-By: Brendon Costa --- .../changelog-dolbyio-platform-media-server.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index d959d4de0f3c..228c28a2fbe8 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -2,6 +2,23 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. +## 2026-08-14 + +### Media Server + + + +#### Features + +- Added an optional compatibility mode for contribution from Adobe Media Server, which can stop sending media once approximately 4 GB of data has been ingested on a single RTMP connection. It is disabled by default and can be enabled per account on request, and does not change behavior for any other publisher. Please contact your Dolby OptiView account representative if you are affected. +- Improved RTMP diagnostics for RTMP contribution, RTMP pull, and RTMP re-streams, so intermittent connection issues can be investigated faster. + +#### Fixes + +- Fixed a bug where RTMP contribution could intermittently disconnect 30 seconds after the broadcast started, even though media was still being received. +- Fixed an issue where a viewer could connect to a live stream successfully but receive no media. +- General stability and reliability improvements. + ## 2026-07-16 ### Media Server From 75102bb4a66249a35b6ff1f2984de93f74ce7e01 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:03:05 +0000 Subject: [PATCH 2/3] Set 3.5.1 release date to 2026-08-17 Co-Authored-By: Brendon Costa --- millicast/changelog/changelog-dolbyio-platform-media-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index 228c28a2fbe8..9825a517d5aa 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -2,7 +2,7 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. -## 2026-08-14 +## 2026-08-17 ### Media Server From a587d39a02eba8118e460a83a003bc544a45c7c5 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:06:08 +0000 Subject: [PATCH 3/3] Clarify Adobe Media Server compatibility mode wording Co-Authored-By: Brendon Costa --- millicast/changelog/changelog-dolbyio-platform-media-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index 9825a517d5aa..9e3b47d7364b 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -10,7 +10,7 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. #### Features -- Added an optional compatibility mode for contribution from Adobe Media Server, which can stop sending media once approximately 4 GB of data has been ingested on a single RTMP connection. It is disabled by default and can be enabled per account on request, and does not change behavior for any other publisher. Please contact your Dolby OptiView account representative if you are affected. +- Added an optional compatibility mode for contribution from Adobe Media Server. Adobe Media Server can stop sending media once approximately 4 GB of data has been ingested on a single RTMP connection, and this mode works around that behavior. It is disabled by default, can be enabled per account or per publish token on request, and does not change behavior for any other publisher. Please contact your Dolby OptiView account representative if you are affected. - Improved RTMP diagnostics for RTMP contribution, RTMP pull, and RTMP re-streams, so intermittent connection issues can be investigated faster. #### Fixes