vimeo / PlayerKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sutitles

Cleversou1983 opened this issue · comments

Hi there! Does the VideoPlayer support subtitles? How It works? Thanks a lot!

Anyone?

Hi there,

The player we offer here is a wrapper around AVPlayer so it should support subtitles out of the box. If you're after some pointers on where to get started, take a look at the TextTrackMetadata protocol and the selectedTextTrack property of the RegularPlayer.

Rog

@rpassis Thanks a lot, Roger... I'll check it out.
Cleverson