@@ -26,8 +26,9 @@ manifest URL.
2626
2727When DVR mode is enabled the Stream Player will:
2828
29- - Show a timeline the viewer can scrub/seek. For example, when watching an on-demand video,
30- the timeline will automatically scale to show the growing duration of the broadcast.
29+ - Show a timeline the viewer can scrub/seek, similar to watching an on-demand
30+ video. The timeline will automatically scale to show the growing duration of
31+ the broadcast while it is live.
3132- The "LIVE" indicator will show grey if the viewer is behind the live edge or
3233 red if they are watching the latest content. Clicking that indicator will jump
3334 forward to the live edge.
@@ -70,9 +71,10 @@ DVR Mode on a Live Input ID URL:
7071- When using DVR Mode and a player/manifest created using a Live Input ID, the
7172 player may stall when trying to switch quality levels if a viewer is still
7273 watching after a broadcast has concluded.
73- - There is no enforced limit to the maximum duration of a DVR manifest; however,
74- performance may be degraded for DVR manifests longer than three hours.
75- - DVR Mode relies on Version 8 of the HLS manifest specification. Stream uses
74+ - Performance may be degraded for DVR-enabled broadcasts longer than three hours.
75+ Manifests are limited to a maxiumum of 7,200 segments. Segment length is
76+ determined by the keyframe interval, also called GOP size.
77+ - DVR Mode relies on Version 8 of the HLS manifest specification. Stream usesW
7678 HLS Version 6 in all other contexts. HLS v8 offers extremely broad compatibility
7779 but may not work with certain old player libraries or older devices.
7880- DVR Mode is not available for DASH manifests.
0 commit comments