Some web application code needed for HbbTV certification of a commercial device needs that the actual track IDs provided to JavaScript when playing regular video match those muxed into the media container. Currently, those track IDs are synthesized as A1, A2, A3... and V1, V2, V3... Note that the implementation of this feature for MSE is out of the scope of this bug.
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/issues/1088 (issue description) https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1109 (initial implementation using non-main thread) https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1138 (alternate implementation using main thread) https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1104 (proposed implementation for MSE, not upstreamable in its current state)
Pull request: https://github.com/WebKit/WebKit/pull/16930
Committed 268194@main (b75003098300): <https://commits.webkit.org/268194@main> Reviewed commits have been landed. Closing PR #16930 and removing active labels.
<rdar://problem/115778669>