this is my simple smil file:
<?xml version="1.0" encoding="UTF-8"?>
<smil title="vod-slim">
<body>
<switch>
<video src="7/assets/products/Movie/1508076480_MXzoGWG94b_160p.mp4" system-bitrate="357200"></video>
<video src="7/assets/products/Movie/1508076480_MXzoGWG94b_360p.mp4" system-bitrate="662000"></video>
<textstream src="sub_titles/1508076480_6M53grmeGY.vtt" system-language="ger">
<param name="isWowzaCaptionStream" value="true" />
</textstream>
<textstream src="sub_titles/1508055070_bkqMuEnUxR.vtt" system-language="eng">
<param name="isWowzaCaptionStream" value="true" />
</textstream>
</switch>
</body>
</smil>
i use HLS.
my problem is:
1- i could not get language title in any player, it just show unknown subtitle in cc buttons
2- it only serves the first subtitle, i don’t get two subtitles
3- it only serves vtt and ttml files, if i add srt files if wont work (srt is enabled in setup)
also i have a question related to subtitle:
4- i embed subtitles to video by ffmpeg. but i cant show subtitles in players streamed by wowza, is this possible by wowza to serve subtitles embed in files?
regards.