1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
YouTubeScraper/YouTube.API/Assets/DashManifestTemplate.xml
T
2020-05-10 13:47:42 +03:00

15 lines
385 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<MPD minBufferTime="PT2S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" type="static">
<Period>
<AdaptationSet>
<ContentComponent contentType="video" id="1">
</ContentComponent>
</AdaptationSet>
<AdaptationSet>
<ContentComponent contentType="audio" id="2">
</ContentComponent>
</AdaptationSet>
</Period>
</MPD>