| Summary: | GLMediaPlayer: Support Tracking, Showing and Switching of Audio & Subtitle Tracks | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
| Component: | video | Assignee: | Sven Gothel <sgothel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P4 | ||
| Version: | 2.6.0 | ||
| Hardware: | All | ||
| OS: | all | ||
| Type: | FEATURE | SCM Refs: |
7fe9da9d2b5b7475ea3878b0a8d23f485bb19dff
0b908ee7fc80344118d3fa6d4d92ebb082968cb3
b2bd320e2b688097f0d5171eb6e89e985909c7b7
9bf746d7c8d1e4a3b0c363b54fe9e7a96578228a
|
| Workaround: | --- | ||
| Bug Depends on: | |||
| Bug Blocks: | 805, 1493, 1494 | ||
|
Description
Sven Gothel
2024-01-31 10:50:15 CET
commit 7fe9da9d2b5b7475ea3878b0a8d23f485bb19dff
GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle streams and languages and add convenient switchStream(..) entry.
audio/video/subtitle streams and language metadata is maintained by arrays holding the stream-IDs and language string identifier.
Implementation added in FFMPEGPlayer for these data-sets.
+++
commit 0b908ee7fc80344118d3fa6d4d92ebb082968cb3
GraphUI MediaPlayer Widget: Support switching audio and subtitle streams, show their language as a button - press to switch to next
+++
commit b2bd320e2b688097f0d5171eb6e89e985909c7b7
GLMediaPlayer: Support tile metadata
|