Skip to content

Add audio track switcher #188

@dmorgenstern-init

Description

@dmorgenstern-init

Since mediaelement.js player uses https://github.com/video-dev/hls.js for streams, there should be a feature to switch between different audio tracks (e.g. for different languages) that are available in the .m3u8 file.

Example from JWPlayer:

image

https://www.jwplayer.com/developers/web-player-demos/hlsv4-audio-tracks/

Possible usage:

    features: [
        'playpause',
        'skipback',
        'current',
        'progress',
        'duration',
        'volume',
        'tracks',
        'a11y',
        'fullscreen',
        'audiowitcher',
      ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions