Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

JWplayer7 multi-language audio track?


Hello, I would like to know that How to code to make toggle switch between language audio in the menu (similar to subtitle)
In addition, if I have 2 video files with same animation but difference in audio language can I make it toggle in 1 files
in other word, Do I need to have exclusive audio file? (same as .vtt subtitle file)

4 Community Answers

Jessenia

JW Player Support Agent  
0 rated :

We don’t provide the native functionality to include multiple audio tracks for a single video file in our dashboard, however our Premium license player does support HLS streams with built in audio tracks. You can see an example in our HLSV4 Audio Tracks demo.

i...

User  
0 rated :

Thanks!
but do I need to config WOWZA too?
https://www.wowza.com/forums/content.php?615-How-to-select-multiple-tracks-from-a-VOD-file-(ModuleMultiTrackVOD)

i...

User  
0 rated :

Thanks!
but do I need to config WOWZA too?
becasue I go to your link and view source code then I notice this url file name then I searchgoogle " vod-multitrack" and see WOWZA guide page
jwplayer("player").setup({
file: 'https://wowzaec2demo.streamlock.net/vod-multitrack/_definst_/smil:ElephantsDream/ElephantsDream.smil/playlist.m3u8',
title: 'Wowza - Elephants Dream',
androidhls:"true",
stagevideo:"false",
hlslabels: {
"350": "Lowest",
"450": "Low",
"900": "Medium",
"2000": "High"
}
});

Jessenia

JW Player Support Agent  
0 rated :

You would have to contact your stream provider/CDN about multi track audio in your streams.

This question has received the maximum number of answers.