diff --git a/millicast/changelog/changelog-dolbyio-platform-media-server.md b/millicast/changelog/changelog-dolbyio-platform-media-server.md index 5c097fbfce10..bba9b61639ca 100644 --- a/millicast/changelog/changelog-dolbyio-platform-media-server.md +++ b/millicast/changelog/changelog-dolbyio-platform-media-server.md @@ -2,6 +2,33 @@ Updates to Dolby OptiView's Real-time Streaming Platform and Media Server. +## 2026-07-08 + +### Media Server + + + +#### Fixes + +- Improved connection stability by preventing idle internal connections from timing out. + +## 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 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: @@ -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.