Since closed-captions rendered by AVPlayer sometimes overlap with other UI components I would like to render cc in a separate view.
I am able to turn off AVPlayer's cc rendering by setting closedCaptionDisplayEnabled to NO but I did not find a way to extract the closed captions I want to render.
Does anybody know if there's a way to extract CC string from AVPlayer/AVPlayerItem? I'm able to identify the AVAssetTrack with AVMediaTypeClosedCaption but I am not sure how to extract the string for a certain time.