Bug 1492 - GLMediaPlayer: Support Tracking, Showing and Switching of Audio & Subtitle Tracks
Summary: GLMediaPlayer: Support Tracking, Showing and Switching of Audio & Subtitle Tr...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: video (show other bugs)
Version: 2.6.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 805 1493 1494
  Show dependency treegraph
 
Reported: 2024-01-31 10:50 CET by Sven Gothel
Modified: 2024-02-05 20:57 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
7fe9da9d2b5b7475ea3878b0a8d23f485bb19dff 0b908ee7fc80344118d3fa6d4d92ebb082968cb3 b2bd320e2b688097f0d5171eb6e89e985909c7b7 9bf746d7c8d1e4a3b0c363b54fe9e7a96578228a
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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