views:

23

answers:

0

I'm writing an application with some embedded video content, it's Android 2.2 that I'm targetting. I need to show localized subtitles for the video content.

The video content can be mp4 or 3gp video, played from the SD card.

There are some third party video players out there that already support subtitles, but I haven't seen any open source ones I can bundle, or examine the code for.

So, are there any subtitle enabled controls or are there any open source video player projects which include subtitles?

What options are there for this scenario?