Upload Captions, Subtitles with Media Entry

Hi,
I have downloaded Kaltura API version: 3.2.0 for Microsoft.NET and I am able to upload media entry and setting its properties.
When I attach a caption with a media entry , its attached successfully and visible in KMC but does not work.
I set it as default caption but still no luck. My video formats are .mp4 and .wmv.

I have used below caption SRT file for a 14 seconds video.

1
00:00:00,000 --> 00:00:06,000
[♪ Music ♪]

2
00:00:06,000 --> 00:00:10,000
[Male] Kaltura’s live and on-demand video solutions for enterprises

3
00:00:10,000 --> 00:00:13,000
deliver groundbreaking knowledge sharing and collaboration capabilities,

4
00:00:13,000 --> 00:00:14,000
opening up new interactive communication channels

Is there any way to add subtitles to media entries ?

Also, Is there any API to expose KMC Analytics ?

Hello,

You need to create a player that has the caption plugin enabled. Then it will work.
You can do so from the Studio tab in KMC.
As for Analytics, see https://developer.kaltura.org/recipes/analytics which should help you get started.