You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This header title X-AxDRM-Message , sorry that videohole plugin not support it temporary,but we are considering update the plugin to support.
May be you can try to use other authorization in your app.
The header X-AxDRM-Message is just an example of a test video i found online which is almost the same as what i'm trying to achieve, i'm using another header in which i provide a userAgent and another key value for authorization. Hence, the header i use in my app doesn't work as well.
the licenseCallback isn't read in DrmConfigs
Failed to initialize video player: PlatformException(Media Player error, Not supported format, null, null)
Here's an example link of the video with the token:
videoLink = 'https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest_1080p.mpd';
licenseUrl = '"https://drm-widevine-licensing.axtest.net/AcquireLicense",';
type: DrmType.widevine,
heeader : headers: {
'X-AxDRM-Message': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2ZXJzaW9uIjoxLCJjb21fa2V5X2lkIjoiYjMzNjRlYjUtNTFmNi00YWUzLThjOTgtMzNjZWQ1ZTMxYzc4IiwibWVzc2FnZSI6eyJ0eXBlIjoiZW50aXRsZW1lbnRfbWVzc2FnZSIsImZpcnN0X3BsYXlfZXhwaXJhdGlvbiI6NjAsInBsYXlyZWFkeSI6eyJyZWFsX3RpbWVfZXhwaXJhdGlvbiI6dHJ1ZX0sImtleXMiOlt7ImlkIjoiOWViNDA1MGQtZTQ0Yi00ODAyLTkzMmUtMjdkNzUwODNlMjY2IiwiZW5jcnlwdGVkX2tleSI6ImxLM09qSExZVzI0Y3Iya3RSNzRmbnc9PSJ9XX19.FAbIiPxX8BHi9RwfzD7Yn-wugU19ghrkBFKsaCPrZmU',
},
Result: I get a response from license server without a problem, but the video _controller retruns the bellow error:
Video playback error: VideoPlayerValue(duration: 0:00:00.000000, size: Size(0.0, 0.0), position: 0:00:00.000000, caption: Caption(number: 0, start: 0:00:00.000000, end: 0:00:00.000000, text: ), captionOffset: 0:00:00.000000, buffered: 0, isInitialized: false, isPlaying: true, isLooping: false, isBuffering: false, volume: 1.0, playbackSpeed: 1.0, errorDescription: Error: Not supported format)
The text was updated successfully, but these errors were encountered: