Bug 260520 - [GStreamer] Set audio track ID to stream value in regular playback
Summary: [GStreamer] Set audio track ID to stream value in regular playback
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Enrique Ocaña
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-22 08:18 PDT by Enrique Ocaña
Modified: 2023-09-20 05:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enrique Ocaña 2023-08-22 08:18:28 PDT
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.
Comment 1 Enrique Ocaña 2023-08-22 08:24:12 PDT
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)
Comment 2 Enrique Ocaña 2023-08-22 08:41:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16930
Comment 3 EWS 2023-09-20 05:00:58 PDT
Committed 268194@main (b75003098300): <https://commits.webkit.org/268194@main>

Reviewed commits have been landed. Closing PR #16930 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2023-09-20 05:01:15 PDT
<rdar://problem/115778669>