Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Can't load multiple sources #39

Open
matiasmagni opened this issue Oct 7, 2019 · 0 comments
Open

Can't load multiple sources #39

matiasmagni opened this issue Oct 7, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@matiasmagni
Copy link

Only the first source is the one who is selected for playing.

<mat-video [autoplay]="true">
    <source *ngFor="let source of videos[selectedVideoId].getSources()" [src]="source.getUrl()" type="video/mp4">
</mat-video>

The quality selector isn't clickable, it doesn't display a dropdown:

image

@nkoehler nkoehler added the enhancement New feature or request label Apr 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants