You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-Intro.inc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ This document is based on the 4th edition DASH [[!DASH]] and 2nd edition CMAF [[
63
63
DASH together with related standards and specifications is the foundation for an ecosystem of services and clients that work together to enable audio/video/text and related content to be presented to end-users.
64
64
65
65
<figure>
66
-
<img src="Images/RoleOfIop.png" />
66
+
<img src="Images/RoleOfIop.png" >
67
67
<figcaption>This document connects DASH with international standards and industry specifications.</figcaption>
68
68
</figure>
69
69
@@ -81,7 +81,7 @@ This document was generated in close coordination with [[DVB-DASH]]. The feature
81
81
1. Data containers that clients will download during playback of a [=presentation=] in order to obtain media samples.
82
82
83
83
<figure>
84
-
<img src="Diagrams/DashStructure.png" />
84
+
<img src="Diagrams/DashStructure.png" >
85
85
<figcaption>Relationships of primary DASH data structures and the standards they are defined in.</figcaption>
Copy file name to clipboardExpand all lines: 22-Addressing.inc.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Clauses in section only apply to [=representations=] that use [=indexed addressi
36
36
Note: [[!DASH]] makes a distinction between "segment" (HTTP-addressable entity) and "subsegment" (byte range of an HTTP-addressable entity). This document does not make such a distinction and has no concept of subsegments. Usage of "segment" here matches the definition of CMAF segment [[!CMAF]].
37
37
38
38
<figure>
39
-
<img src="Images/Timing/IndexedAddressing.png" />
39
+
<img src="Images/Timing/IndexedAddressing.png" >
40
40
<figcaption>[=Indexed addressing=] is based on an index segment that references all [=media segments=].</figcaption>
41
41
</figure>
42
42
@@ -165,7 +165,7 @@ Note: This addressing mode is sometimes called "SegmentTemplate with SegmentTime
165
165
Clauses in section only apply to [=representations=] that use [=explicit addressing=].
<figcaption>[=Explicit addressing=] uses a segment template that is combined with explicitly defined time spans for each [=media segment=] in order to reference [=media segments=], either by start time or by sequence number.</figcaption>
170
170
</figure>
171
171
@@ -279,7 +279,7 @@ Note: This addressing mode is sometimes called "SegmentTemplate without SegmentT
279
279
Clauses in section only apply to [=representations=] that use [=simple addressing=].
280
280
281
281
<figure>
282
-
<img src="Images/Timing/SimpleAddressing.png" />
282
+
<img src="Images/Timing/SimpleAddressing.png" >
283
283
<figcaption>[=Simple addressing=] uses a segment template that is combined with approximate first [=media segment=] timing information and an average [=media segment=] duration in order to reference [=media segments=], either by start time or by sequence number. Note that `@eptDelta` does not affect the generated paths!</figcaption>
284
284
</figure>
285
285
@@ -327,7 +327,7 @@ Parts of the [=MPD=] structure that are not relevant for this chapter have been
327
327
When using [=simple addressing=], the samples contained in a [=media segment=] MAY cover a different time span on the [=sample timeline=] than what is indicated by the nominal timing in the [=MPD=], as long as no constraints defined in this document are violated by this deviation.
<figcaption>[=Simple addressing=] relaxes the requirement on [=media segment=] contents matching the [=sample timeline=]. Red boxes indicate samples.</figcaption>
0 commit comments