ngx-videogular icon indicating copy to clipboard operation
ngx-videogular copied to clipboard

Question: Play Video Caption

Open a-patel opened this issue 4 years ago • 1 comments

How to use below:

addTextTrack(type:'subtitles' | 'captions' | 'descriptions' | 'chapters' | 'metadata', label?:string, language?:string, mode?:'disabled' | 'hidden' | 'showing')

Create a TextTrack dynamically. You can add VTTCue objects using the addCue method available in the TextTrack class.

Ref: https://videogular.github.io/ngx-videogular/docs/modules/core/vg-media/

a-patel avatar Aug 23 '21 11:08 a-patel

I have one Video URL and a Video Caption URL.

a-patel avatar Aug 23 '21 11:08 a-patel