fix(Reference-UI): Restore LCEVC Dual-track Scalable Integration#5000
Open
v-nova-romas wants to merge 3 commits intoDash-Industry-Forum:developmentfrom
Open
fix(Reference-UI): Restore LCEVC Dual-track Scalable Integration#5000v-nova-romas wants to merge 3 commits intoDash-Industry-Forum:developmentfrom
v-nova-romas wants to merge 3 commits intoDash-Industry-Forum:developmentfrom
Conversation
Use the active video processor's composite representation when the reference UI needs to reflect the effective scalable video selection. This keeps the control bar bitrate menu aligned with the selected scalable row and updates the stats panel to report the matching video representation details. The follow-up sample UI changes keep the implementation intentionally small by reusing getCurrentCompositeRepresentation() for video-only display logic while preserving the existing metrics flow for non-video tracks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR restores MPEG-5 Part 2 LCEVC Dual-track Scalable Integration in the rewritten DASH-IF Reference UI.
The core dash.js LCEVC support was still present, but the new reference UI introduced in
#4974no longer wired the UI to the LCEVC decoder runtime. As a result, LCEVC sample streams still appeared in the catalog and the UI still exposed the LCEVC checkbox, but the reference player no longer initialized the decoder or rendered enhancement output.What changed
LcevcControllerlcevc_dec.jsdecoder library in the new reference UINotes
This PR only restores the Reference UI integration path. It does not change the core dash.js LCEVC implementation.