Add media server 3.4.3 release notes#741
Conversation
Co-Authored-By: Brendon Costa <brendon.costa@dolby.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
|
|
||
| #### Features | ||
|
|
||
| - Added a Download CSV button to the BWE stats viewer ([#563](https://github.com/millicast/media-server/pull/563)). |
There was a problem hiding this comment.
- This is for public notes only. Remove the BWE viewer as that is an internal tool.
- Also remove the ABR strategy feature flags item
- Also remove the Sequenced cascading item (will be deployed as a larger feature together with backend)
- Update the RTMP one to mention RTMP restream
- For the ABR one lets word it better for a customer. It makes the ABR more resilient to high RTT variation on a link nso it doesn switch down layers unnecessarily
- pingInterval is internal only remove
- viewer-count leak, need a better view of the outcome for the customer. A viewr count leak doesnt make it clear the impact to the customer.
- Remove semantic-pull-request change it is internal
- Remove rts-cli it is internal
There was a problem hiding this comment.
Addressed in e454b14: removed the internal-only items and rewrote the remaining fixes around customer impact, including RTMP re-stream reliability, high-RTT ABR resilience, and regional playback recovery.
Co-Authored-By: Brendon Costa <brendon.costa@dolby.com>
|
|
||
| #### Fixes | ||
|
|
||
| - Improved RTMP re-stream reliability by handling output back-pressure to prevent stream corruption ([#532](https://github.com/millicast/media-server/pull/532)). |
There was a problem hiding this comment.
Please remove the links to the pull requests. Customers dont have access to this.
There was a problem hiding this comment.
Removed all internal pull request links in 49b2a4c.
Co-Authored-By: Brendon Costa <brendon.costa@dolby.com>
| - Improved RTMP re-stream reliability by handling output back-pressure to prevent stream corruption. | ||
| - Fixed audio distortion that could occur with loud audio sources during WebRTC playback. | ||
| - Improved Adaptive Bitrate (ABR) resilience on links with high RTT variation, preventing unnecessary switches to lower-quality layers. | ||
| - Fixed an issue where abnormal viewer disconnections could prevent new viewers in a region from receiving media. |
There was a problem hiding this comment.
add one more customer reported bug fix: fixed a recording issue where simulcast WebRTC may lost video in recording. Reference is ticket https://opentelly.atlassian.net/browse/OPTI-3471, but don't show this detail in the release note.
There was a problem hiding this comment.
Added the customer-facing simulcast WebRTC recording fix in a8b213c, without including the internal ticket reference.
Co-Authored-By: Brendon Costa <brendon.costa@dolby.com>
|
@craig-johnston could you help to review and approve please? |
Summary
Adds customer-facing media server 3.4.3 release notes covering RTMP re-stream reliability, audio distortion, simulcast WebRTC recording, ABR behavior on high-RTT links, regional playback recovery after abnormal viewer disconnections, and the SRT security update.
Link to Devin session: https://dolby.devinenterprise.com/sessions/fabb7d0d7bb947b1a4887cf7d9250f7c
Requested by: @bcostdolby