3 Answers, 1 is accepted
The RadMediaPlayer simply wraps a collection of Silverlight's MediaElements. In this article you may see the supported formats it can play. I think ".SRT" is not supported.
Please feel free to ask if you need further assistance.
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

But now, I want use MediaPlayer with this workaround, but doesn´t work because the markers in MediaPlayer doesn´t work?
Is possible add a marker like this: MediaPlayer.MediaElement.Marker.add(new TimeLineMarker)??
Thanks
I'm attaching a sample project demonstrating very basic and simple usage of Markers collection - just adding a custom marker on a button click (that is going to be discarded when media source changes). You could also check this article for more info regarding the MediaElement markers: http://msdn.microsoft.com/en-us/library/cc189078(v=vs.95).aspx .
Hope this helps. Please let us know if you need further assistance.
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>