Question

I am using a MPMoviePlayerController to play a video stream. Because there is some metadata embedded in the raw data that I need to parse out, I need to find a way to get access to the raw video data. Does anyone know a way of doing it? The embedded metadata is not ID3 tagged, so I cannot use the built-in metadata functionality to retrieve it.

Was it helpful?

Solution

Answering my own question. There is no way of parsing out any format of metadata other than ID3 tags with Apple's MPMoviePlayerController or AVFoundation framework. You will have to go for a 3rd party video player if you need to do so.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top