regarding Multiple Audio Renditions (https://support.jwplayer.com/customer/en/portal/articles/1761348-multiple-audio-renditions)
we have single video files with 3 audio tracks and pass the track ID to wowza which then streams the desired audio track.
example: url/mp4:myVideo.mp4/playlist.m3u8?audioindex=0 // This plays audio track 1
Is it possible to have the same functionality as in your demo with the manifest file and if so how do we do it?
url/mp4:myVideo.mp4/playlist.m3u8?audioindex=0 // Track 1 is English
url/mp4:myVideo.mp4/playlist.m3u8?audioindex=1 // Track 2 is French
url/mp4:myVideo.mp4/playlist.m3u8?audioindex=2 // Track 3 is Spanish
↧