I need to extract Video quality from Dash manifest string.
For Example:-
<MPD xmlns=“urn:mpeg:dash:schema:mpd:2011” xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"minBufferTime=“PT1.5S”>
I need to extract Video quality from Dash manifest string.
For Example:-
<MPD xmlns=“urn:mpeg:dash:schema:mpd:2011” xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"minBufferTime=“PT1.5S”>
What part of that are you referring to as the “Video quality”? The bandwidth? The size?
I was referring to the bandwidth.This issue I resolved using XmlElement.
I created objects using Xmlelement node from this dash content and fetched the bandwidth attributes.