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

SubTitles are not working #12

Closed nidhinkumar06 closed 5 years ago

nidhinkumar06 commented 5 years ago

In the document subtitles feature is available using track but i have tried using the track but couldn't get the track.

Bug, feature request, or proposal:

Bug

What is the current behavior?

Doesn't show subtitle feature

What is the expected behavior?

Should display the subtitle feature

What are the steps to reproduce?

nkoehler commented 5 years ago

Unless you have other evidence to provide, subtitles are working as confirmed here.

image

Code

<mat-video src="/assets/friday.mp4">
        <track matVideoTrack default kind="subtitles" srclang="en" src="/assets/friday.vtt" />
</mat-video>

Video is from MDN

Closing.

matiasmagni commented 4 years ago

I'm experimenting the same issue!

sibtcha commented 4 years ago

Me too