I am using wowza 4.5.0 build18676 version. Recently I am experimenting with multi-track support in wowza VOD streaming. Here are the set of files I have:
sample.mp4 - 1 video track, 2 audio tracks(English, French).
sample_english.vtt - WebVTT subtitle file
sample_french.vtt - WebVTT subtitle file
I would like to know the SMIL configuration for the following scenarios:
Streaming multilingual external VTT subtitle files along with sample.mp4 using HLS streaming protocol in wowza.
For example: I want to do HLS streaming of sample.mp4 and along with it I want to include sample_english.vtt and sample_french.vtt tracks.
I am looking for SMIL file configuration and any wowza server configuration for the above mentioned scenarios. Hope someone would have come across similar scenario. Many thanks in advance.