Skip to content

Clear key DRM Protection not working in Dash Js but work in Shaka Player

Created by: singhcool

Clear key DRM Protection not working in Dash Jsw but work in Shaka Player

I have encrypted the video using clearkey not playing in dash js player but the mpd file plays well in shaka player and Jsw player

Please refer to the below Mpd file content. Please help advance thanks

<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" mediaPresentationDuration="PT32.000S" minBufferTime="PT3.00S" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static">
<!--  Created with Bento4 mp4-dash.py, VERSION=1.8.0-629  -->
<Period>
<!--  Video  -->
<AdaptationSet maxHeight="1080" maxWidth="1964" mimeType="video/mp4" segmentAlignment="true" startWithSAP="1">
<SegmentTemplate duration="3000" initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/seg-$Number$.m4s" startNumber="1" timescale="1000"/>
<Representation bandwidth="4307806" codecs="avc1.64002A" frameRate="24" height="1080" id="video/avc1" scanType="progressive" width="1964"/>
</AdaptationSet>
<!--  Audio  -->
<AdaptationSet lang="en" mimeType="audio/mp4" segmentAlignment="true" startWithSAP="1">
<SegmentTemplate duration="3000" initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/seg-$Number$.m4s" startNumber="1" timescale="1000"/>
<Representation audioSamplingRate="44100" bandwidth="119006" codecs="mp4a.40.2" id="audio/en/mp4a">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>

rsz_screenshot_from_2020-08-26_21-37-25