<div dir="ltr">Hi,<br>I have a Dash content with DRM specific information present in dash mpd file e.g.<br>            <ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="10000000-1000-1000-1000-100000000001"/><br>            <ContentProtection schemeIdUri="urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95"<b> value="2.0"</b> cenc:default_KID="10000000-1000-1000-1000-100000000001"><br>                    <i> <b><mspr:pro></b>ngMAAAEAAQCUAzwAVwBSAE0ASABFAEEARABFAFIAIAB4AG0AbABuAHMAPQAiAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0Aa ....<b></mspr:pro></b></i><br>            </ContentProtection><br><br>Dashdemux is parsing the ContentProtection element and sending GST_EVENT_PROTECTION event down stream with GstBuffer holding the information mentioned  in '<b>value</b>' attribute of contentprotection element e.g. '2.0' in this case, with origin as <b>"dash/mpd"</b>.<br>does dashdemux parse the information present inside "<b>mspr:pro</b>" element in ContentProtection element also in this case? I don't see it sending the event with this base64 encoded DRM specific information?<br><br>How to retrieve this DRM specific information present in MPD? Thanks for your input/suggestion.<br><br>Thanks & Regards,<br>Sanjay</div>