
multi subtittle & audio
Hi,
Can i show and select multi audio & subtitle that defined inside mpd file on jwplayer? Does JwPlayer support this feature?
Hi,
Can i show and select multi audio & subtitle that defined inside mpd file on jwplayer? Does JwPlayer support this feature?
Hello,
We currently support this feature within HLS v4 at the moment. You can see a sample implantation here that might be of use to you: https://developer.jwplayer.com/jw-player/demos/toolbox/hlsv4-audio-tracks/.
Randy
Hi Randy,
So, for DASH(mpd) we have to provide all audio&subtitle sources to JwPlayer manually, right?
It doesn't parse the manifest(mpd) and display options on the player itself?
Thanks
Hello,
At this time, this is not a supported option for MPD at the moment. You may potentially be able to do this but it might require some coding on your end.
Randy
Hello Randy,
Can you point us to any documentation or a useful information?
Does JwPlayer javascript api have a function which parses mpd and returns tracks or subtitles?
Thanks.
Hello,
We do have a captions API that you might consider looking at: https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/#captions. Although each stream can be quite unique, you may consider running some tests to see how the turnout might be.
Randy