nkoehler / mat-video

:tv: mat-video is an Angular 8/9+ video player using Material!
https://nkoehler.github.io/mat-video/
MIT License
91 stars 47 forks source link

Can't load multiple sources #39

Open matiasmagni opened 4 years ago

matiasmagni commented 4 years ago

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