Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <MPD
  4. type="dynamic"
  5. xmlns="urn:mpeg:dash:schema:mpd:2011"
  6. xmlns:xsi="http://www.w3.org/2011/XMLSchema-instance"
  7. xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd"
  8. profiles="urn:mpeg:dash:profile:isoff-live:2011"
  9. availabilityStartTime="2017-08-14T11:49:14-07:00"
  10. availabilityEndTime="2017-08-14T12:05:24-07:00"
  11. timeShiftBufferDepth="PT10S"
  12. suggestedPresentationDelay="PT2S"
  13. minBufferTime="PT1S"
  14. publishTime="2017-08-14T11:49:14-07:00"
  15. minimumUpdatePeriod="PT1S"
  16. publishFrameTime="0">
  17. <Period id="dash-hd" start="PT0S">
  18. <AdaptationSet
  19. segmentAlignment="true"
  20. maxWidth="396"
  21. maxHeight="704"
  22. maxFrameRate="29">
  23. <Representation
  24. id="live-hd-v"
  25. mimeType="video/mp4"
  26. codecs="avc1.4d401e"
  27. width="396"
  28. height="704"
  29. frameRate="29"
  30. startWithSAP="1"
  31. bandwidth="768000"
  32. FBQualityClass="sd"
  33. FBQualityLabel="396p">
  34. <SegmentTemplate
  35. presentationTimeOffset="0"
  36. timescale="1000"
  37. initialization="../live-hd-v/17885495638078754-init.m4v"
  38. media="../live-hd-v/17885495638078754-$Time$.m4v">
  39. <SegmentTimeline>
  40. <S t="409676" d="1001"/>
  41. <S t="410677" d="1001"/>
  42. <S t="411678" d="1001"/>
  43. <S t="412679" d="1001"/>
  44. <S t="413680" d="1001"/>
  45. <S t="414681" d="1001"/>
  46. <S t="415682" d="1001"/>
  47. <S t="416683" d="2135"/>
  48. <S t="418818" d="1001"/>
  49. <S t="419819" d="268"/>
  50. </SegmentTimeline>
  51. </SegmentTemplate>
  52. </Representation>
  53. </AdaptationSet>
  54. <AdaptationSet segmentAlignment="true">
  55. <Representation
  56. id="live-hd-a"
  57. mimeType="audio/mp4"
  58. codecs="mp4a.40.2"
  59. audioSamplingRate="48000"
  60. startWithSAP="1"
  61. bandwidth="64000">
  62. <SegmentTemplate
  63. presentationTimeOffset="0"
  64. timescale="1000"
  65. initialization="../live-hd-a/17885495638078754-init.m4a"
  66. media="../live-hd-a/17885495638078754-$Time$.m4a">
  67. <SegmentTimeline>
  68. <S t="409676" d="1001"/>
  69. <S t="410677" d="1001"/>
  70. <S t="411678" d="1001"/>
  71. <S t="412679" d="1001"/>
  72. <S t="413680" d="1001"/>
  73. <S t="414681" d="1001"/>
  74. <S t="415682" d="1001"/>
  75. <S t="416683" d="2135"/>
  76. <S t="418818" d="1001"/>
  77. <S t="419819" d="268"/>
  78. </SegmentTimeline>
  79. </SegmentTemplate>
  80. </Representation>
  81. </AdaptationSet>
  82. </Period>
  83. </MPD>
  84. </spoiler>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement