Posts

Post marked as solved
14 Replies
22k Views
I need to add subtitles from a url file for my video.player = AVPlayer(URL: NSURL(string: "http:////playlist.m3u8")!) player?.play() player?.closedCaptionDisplayEnabled=trueCan someone provide me proper solution for this.
Posted Last updated
.