smnbbrv / ngx-plyr

Angular 6+ binding for Plyr video & audio player
https://smnbbrv.github.io/ngx-plyr/
MIT License
100 stars 65 forks source link

Captions don't work on Firefox (MacOS) #18

Open mgzurakowski opened 5 years ago

mgzurakowski commented 5 years ago

There are no VTT captions on Firefox when playing video from own server - look like it's not even downloading (I don't see it in Inspector). The same code works on Chrome and Safari on MacOS.

I get video from back-end, so plyr tag has *ngIf="loaded" on itself, and on plyrInit I assign SourceInfo object to this.player.source.

(looks like there is also problem with audio on mobile Safari and there is CORS error with default blank.mp4, but I don't want to create multiple issues - can I ask you something @smnbbrv on FB or another social network?).