Skip to content
Open
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
16 changes: 16 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,22 @@

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

## 2026-08-13

### Media Server

<!-- 3.5.0 -->

#### 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.
Comment thread
bcostdolby marked this conversation as resolved.

#### 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
Expand Down