Wowza Community

how to use captions (sub titles) in the below example code in wowza player ?

how to use captions(sub titles) in the below example code in wowza player ?
that to i want to use srt type file. can plz tell me what to do active this.
and where i have to upload srt files ?

<div id="playerElement" style="width:100%; height:0; padding:0 0 56.25% 0"></div>
	<script type="text/javascript">
	WowzaPlayer.create('playerElement',
	{
		"license":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
		"title":"gluteus-medius-tear",
		"description":"gluteus-medius-tear",
		"sourceURL":"https://vod.xxx.x/vod/smil:xxxxxx.smil/playlist.m3u8",
		"autoPlay":true,
		"volume":"75",
		"mute":false,
		"loop":false,
		"audioOnly":false,
		"uiShowQuickRewind":true,
		"uiQuickRewindSeconds":"30"
	}
	);
	</script>
			

Hello @shams ong,

At this time Wowza Player does not support closed captions.

You can check the update notes for future versions of Wowza Player here.

If you can embed the captions (burn in) then they would show up as part of the video that is played back in Wowza Player.

Regards,

Alex C.