I have used react-native-video to play DRM content with .mpd extension. But it is giving me an error {"error": {"extra": -2147483648, "what": 1}}
My video-player is like :
onBack={this.goBack} videoInfo={toJS(videoDetails)} videoUrl={dashUrl} source={{ uri: url, drm: { type: "widevine", licenseServer: [licence_server]", headers: { customdata: xml, }, }, }} />
There is not any error or urls as it is being played in DRM test site.The above video player uses RNVideo so there is also not an issue as it plays other normal mp4 files.What can be the error?Is it a library issue or what?