Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audio track switcher #188

Open
dmorgenstern-init opened this issue Mar 25, 2021 · 1 comment · May be fixed by #191
Open

Add audio track switcher #188

dmorgenstern-init opened this issue Mar 25, 2021 · 1 comment · May be fixed by #191

Comments

@dmorgenstern-init
Copy link

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',
      ],
dmorgenstern-init added a commit to dmorgenstern-init/mediaelement-plugins that referenced this issue Apr 11, 2021
@dmorgenstern-init dmorgenstern-init linked a pull request Apr 11, 2021 that will close this issue
3 tasks
@agalindo-init
Copy link

We have the same request for the quality switcher plugin, that uses to work if the markup follows the given plugin example:
https://github.com/mediaelement/mediaelement-plugins/blob/master/demo/quality.html

But with the src attribute loading a .m3u8 file, containing the different qualities won't display the quality switcher. Working out of the box in mediaelement player would be a nive to have, e.g. for a live stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants