Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
78
VApp/node_modules/mpd-parser/test/manifests/multiperiod-segment-template.mpd
generated
vendored
Normal file
78
VApp/node_modules/mpd-parser/test/manifests/multiperiod-segment-template.mpd
generated
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<MPD
|
||||
id="a467fa27-2820-41d1-89e2-a43216770daa"
|
||||
profiles="urn:mpeg:dash:profile:full:2011"
|
||||
type="static"
|
||||
mediaPresentationDuration="PT30S"
|
||||
xmlns="urn:mpeg:dash:schema:mpd:2011">
|
||||
<Period id="1" start="PT0S" duration="PT15S">
|
||||
<BaseURL>https://www.example.com/base</BaseURL>
|
||||
<AdaptationSet mimeType="video/mp4">
|
||||
<Representation
|
||||
id="1"
|
||||
bandwidth="100000"
|
||||
width="480"
|
||||
height="200"
|
||||
frameRate="24"
|
||||
codecs="avc1.4d001f">
|
||||
<SegmentTemplate
|
||||
media="video/segment_$Number$.m4f"
|
||||
initialization="video/init.m4f"
|
||||
duration="50"
|
||||
startNumber="0"
|
||||
timescale="10"/>
|
||||
</Representation>
|
||||
</AdaptationSet>
|
||||
<AdaptationSet lang="en" mimeType="audio/mp4">
|
||||
<AudioChannelConfiguration
|
||||
schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
|
||||
value="2"/>
|
||||
<Representation id="2"
|
||||
bandwidth="32000"
|
||||
audioSamplingRate="48000"
|
||||
codecs="mp4a.40.2">
|
||||
<SegmentTemplate
|
||||
media="audio/segment_$Number$.m4f"
|
||||
initialization="audio/init.m4f"
|
||||
duration="240000"
|
||||
startNumber="0"
|
||||
timescale="48000"/>
|
||||
</Representation>
|
||||
</AdaptationSet>
|
||||
</Period>
|
||||
<Period id="2" duration="PT15S">
|
||||
<BaseURL>https://www.example.com/base</BaseURL>
|
||||
<AdaptationSet mimeType="video/mp4">
|
||||
<Representation
|
||||
id="1"
|
||||
bandwidth="100000"
|
||||
width="480"
|
||||
height="200"
|
||||
frameRate="24"
|
||||
codecs="avc1.4d001f">
|
||||
<SegmentTemplate
|
||||
media="video/segment_$Number$.m4f"
|
||||
initialization="video/init.m4f"
|
||||
duration="50"
|
||||
startNumber="0"
|
||||
timescale="10"/>
|
||||
</Representation>
|
||||
</AdaptationSet>
|
||||
<AdaptationSet lang="en" mimeType="audio/mp4">
|
||||
<AudioChannelConfiguration
|
||||
schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
|
||||
value="2"/>
|
||||
<Representation id="2"
|
||||
bandwidth="32000"
|
||||
audioSamplingRate="48000"
|
||||
codecs="mp4a.40.2">
|
||||
<SegmentTemplate
|
||||
media="audio/segment_$Number$.m4f"
|
||||
initialization="audio/init.m4f"
|
||||
duration="240000"
|
||||
startNumber="0"
|
||||
timescale="48000"/>
|
||||
</Representation>
|
||||
</AdaptationSet>
|
||||
</Period>
|
||||
</MPD>
|
Reference in New Issue
Block a user