mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update comments for DASH
Update the comment to indicate the DASH equivalent use case for the exception.
This commit is contained in:
parent
e690979d92
commit
0d46e24f94
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ import com.google.android.exoplayer2.upstream.DataSpec;
|
||||||
* chunk source (the origin server).
|
* chunk source (the origin server).
|
||||||
*
|
*
|
||||||
* For HLS, the origin server is required to break segments at continuity boundaries by the HLS Pantos spec
|
* For HLS, the origin server is required to break segments at continuity boundaries by the HLS Pantos spec
|
||||||
* (EXT-X-DISCONTINUITY {@see https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-04#section-4.4.2.3})
|
* (EXT-X-DISCONTINUITY {@see https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-04#section-4.4.2.3}).
|
||||||
|
* In DASH, segments must be divided into periods when there are timestamp discontinuities
|
||||||
|
* {@see https://www.w3.org/2018/12/webmediaguidelines.html#server-side-ad-insertion}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public final class UnexpectedDiscontinuityException extends RuntimeException {
|
public final class UnexpectedDiscontinuityException extends RuntimeException {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue