Search code examples
iosmpmovieplayercontrollerclosed-captions

Can you access HLS closed captioned data through MPMoviePlayerController?


I want to access closed captioned data so that I can use the caption data to control items inside my iOS app.

If we are injecting the caption data from our encoders, is there a way to have our MPMoviePlayerController player kick out the caption objects so we can read them and perform actions after parsing them?

Thanks!


Solution

  • From Apple directly: "There is currently no way to accomplish this."

    So you can't get captions or subtitles out of either this player or the AVplayer.