From 7d098a2dc7bf73c77acb0978bf988973ddd9d9ee Mon Sep 17 00:00:00 2001 From: Devin AI Date: Thu, 6 Aug 2026 02:20:18 +0000 Subject: [PATCH 1/2] Add media server 3.5.0 release notes --- .../changelog-dolbyio-platform-media-server.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index d959d4de0f3c..82f95e9074f1 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -2,6 +2,22 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. +## 2026-08-06 + +### Media Server + + + +#### Features + +- Added UTC timestamp insertion for H.264 broadcasts. When enabled, the platform stamps each video frame with the server's UTC receive time as frame metadata (an unregistered SEI message, in Unix-epoch milliseconds), so players and downstream tools can measure end-to-end latency, align multiple feeds, or correlate media with external events. It is available for RTMP, RTMPS, and SRT contribution, applies to both passthrough and transcoded layers, and does not re-encode passthrough video. Enable it on a publish token, or for an individual broadcast with the `enableUTCInsertion` publishing parameter. Frames that already carry an `onFi`/AMF sender timestamp are never overwritten, so this is intended for sources that do not already send timecodes. + +#### Fixes + +- Fixed an issue where a broadcast that stopped immediately after it started could continue to be reported as active, so the stream appeared to still be publishing after it had ended. +- Applied operating system and dependency security updates to the media server images. +- General stability and reliability improvements. + ## 2026-07-16 ### Media Server From c2e0d721f5dc3e92bee53196c80a39a48901ddbb Mon Sep 17 00:00:00 2001 From: Devin AI Date: Fri, 14 Aug 2026 05:24:09 +0000 Subject: [PATCH 2/2] Set 3.5.0 release date to 2026-08-13 --- 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 82f95e9074f1..ccf064b713e8 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-06 +## 2026-08-13 ### Media Server