From a352440f77dcbfb96bc5bee352bcc2c3ef9a059f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:39:04 +0000 Subject: [PATCH 1/3] docs: add media-server 3.4.0 and 3.4.1 release notes Co-Authored-By: Brendon Costa --- ...changelog-dolbyio-platform-media-server.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index 5c097fbfce10..66340341bfa9 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -2,6 +2,34 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. +## 2026-07-08 + +### Media Server + + + +#### Fixes + +- Applied the latest security patches by updating the operating system kernel, Node.js packages, and third-party dependencies. +- Improved connection stability by preventing idle internal connections from timing out unexpectedly. + +## 2026-07-03 + +### Media Server + + + +#### Features + +- Added support for H265 (HEVC) video when [re-streaming](/millicast/distribution/re-streaming) over SRT. +- RTMP re-streams now automatically generate silent audio when the source stream has no audio track, improving compatibility with destinations that require an audio track. + +#### Fixes + +- Improved [re-stream](/millicast/distribution/re-streaming) error messages to make issues easier to diagnose. +- Fixed an issue where some media statistics were missing for re-streams. +- General stability and reliability improvements. + ## 2026-06-22 ### Media Server From da8fb7cc7d210027e0ab6176caf07aa0cccca646 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:51:01 +0000 Subject: [PATCH 2/3] docs: address review - remove security patch note and 'unexpectedly' Co-Authored-By: Brendon Costa --- millicast/changelog/changelog-dolbyio-platform-media-server.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index 66340341bfa9..bba9b61639ca 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -10,8 +10,7 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. #### Fixes -- Applied the latest security patches by updating the operating system kernel, Node.js packages, and third-party dependencies. -- Improved connection stability by preventing idle internal connections from timing out unexpectedly. +- Improved connection stability by preventing idle internal connections from timing out. ## 2026-07-03 From b0c3cfad73bfcc5459265a663c228dc112b11891 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:53:33 +0000 Subject: [PATCH 3/3] docs: note H.265 (HEVC) support for SRT re-streaming Co-Authored-By: Brendon Costa --- millicast/distribution/re-streaming.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/millicast/distribution/re-streaming.mdx b/millicast/distribution/re-streaming.mdx index ae8c29eec229..9f4a32f6b9e5 100644 --- a/millicast/distribution/re-streaming.mdx +++ b/millicast/distribution/re-streaming.mdx @@ -31,6 +31,7 @@ Support is available for:
  • WebRTC sources using H.264 and Opus codecs
  • SRT and RTMP(S) sources using H.264 and AAC codecs
  • +
  • H.265 (HEVC) video when re-streaming to SRT destinations
  • Up to ten (10) RTMP(S) or SRT output destinations
@@ -112,7 +113,7 @@ The re-stream feed is only showing audio or video. This may be because you are u ### Re-Stream codec support -_Note: Only the h264 codec is currently supported for re-streaming._ +_Note: H.264 is supported for all re-stream destinations. H.265 (HEVC) is additionally supported when re-streaming to SRT destinations._ :::tip We're Here to Help For any other issues not covered here, please reach out to your sales and solutions team who can review server logs that may help identify any configuration issues.