Bug 1492

Summary: GLMediaPlayer: Support Tracking, Showing and Switching of Audio & Subtitle Tracks
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: videoAssignee: 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
Audio/video/subtitle streams and language metadata shall be gathered, made accessible tracked and allowed to switch streams.

Title metadata shall also be made accessible.
Comment 1 Sven Gothel 2024-01-31 10:52:08 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
Comment 2 Sven Gothel 2024-02-05 20:57:09 CET
commit 9bf746d7c8d1e4a3b0c363b54fe9e7a96578228a

    Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- and subtitle language