I have an mp4a stream using RTSP, I can play the stream, however, I would like to retrieve the metadata embedded inside the stream. I kn开发者_JS百科ow that there is a MediaMetaDataRetriever class, but it is for API Level 10 (2.3.3 - 2.3.4) but I am using Android 2.2. Is there a way to retrieve the metadata?
Well, I've checked and there's absolutely no solution to this problem, other than reading the stream myself. I've decided to parse xml instead, which works basically the same.
精彩评论