Skip to content
Open
Show file tree
Hide file tree
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
27 changes: 27 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,33 @@

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

## 2026-07-08

### Media Server

<!-- 3.4.1 -->

#### Fixes

- Improved connection stability by preventing idle internal connections from timing out.

## 2026-07-03

### Media Server

<!-- 3.4.0 -->

#### 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
Expand Down
3 changes: 2 additions & 1 deletion millicast/distribution/re-streaming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Support is available for:
<ul class="checkBoxList">
<li>WebRTC sources using H.264 and Opus codecs</li>
<li>SRT and RTMP(S) sources using H.264 and AAC codecs</li>
<li>H.265 (HEVC) video when re-streaming to SRT destinations</li>
<li>Up to ten (10) RTMP(S) or SRT output destinations</li>
</ul>

Expand Down Expand Up @@ -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.
Expand Down
Loading