aws / amazon-ivs-react-native-player

A React Native wrapper for the Amazon IVS iOS and Android player SDKs.
Apache License 2.0
299 stars 31 forks source link

Do we support different audio files and subtitles ? #145

Open bhupendra-cvent opened 1 year ago

bhupendra-cvent commented 1 year ago

Describe the bug We have a requirement to support a video with different audio and subtitles. Do we have any way through which we can support this feature with Amazon-ivs-react-native-player? If not, do we have any plan to develop this feature?

maxstoller commented 1 year ago

Hi @bhupendra-cvent: Is the video you are attempting to play generated through IVS? The IVS player only supports IVS content. We cannot guarantee compatibility/performance when playing 3P content.

bhupendra-cvent commented 1 year ago

@maxstoller Yes, video is generated through IVS, and multiple audios are embedded along with the video streaming URL. But subtitles are not embedded. They are fetched from different URLs. Do we know how, if you guys have any plan to provide these features to support different audios and subtitles? Could you please also provide an ETA for this feature?