I have a content of dash mpd file on string variable
String MPDString = "<?xml version="1.0"?>
" +
"<!-- MPD file Generated with GPAC version 0.5.2-DEV-revVersion: 0.5.2-426-gc5ad4e4+dfsg5-1build1 at 2018-03-07T11:10:44.851Z-->\n" +
...........
</MPD>
";
I want to use this string as dashsource but confused I looked the link : Create MPD file from String But still confused Can anyone please provide me some more information