Skip to content

Commit 65eefb1

Browse files
tsmith512dcpena
andauthored
Apply suggestions from code review. Thank you, dcpena
Co-authored-by: Denise Peña <[email protected]>
1 parent 8ec7812 commit 65eefb1

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/content/docs/stream/stream-live/dvr-for-live.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ manifest URL.
2626

2727
When DVR mode is enabled the Stream Player will:
2828

29-
- Show a timeline the viwer can scrub/seek, like when watching an on-demand video
29+
- Show a timeline the viewer can scrub/seek. For example, when watching an on-demand video,
3030
the timeline will automatically scale to show the growing duration of the broadcast.
3131
- The "LIVE" indicator will show grey if the viewer is behind the live edge or
3232
red if they are watching the latest content. Clicking that indicator will jump
3333
forward to the live edge.
3434
- If the viewer pauses the player, it will resume playback from that time instead
3535
of jumping forward to the live edge.
3636

37-
**HLS Manifest URL Format**
37+
**HLS Manifest URL format**
3838

3939
``` text title="HLS Manifest"
4040
https://customer-<CODE>.cloudflarestream.com/<INPUT_ID|VIDEO_ID>/manifest/video.m3u8?dvrEnabled=true
@@ -47,19 +47,19 @@ library for additional information.
4747
## Video ID or Input ID
4848

4949
Stream Live allows loading the Player or HLS manifest by Video ID or Live Input
50-
ID. See [Watch a live stream](/stream/stream-live/watch-live-stream/) for how to
50+
ID. Refer to [Watch a live stream](/stream/stream-live/watch-live-stream/) for how to
5151
retrieve these URLs and compare these options. There are additional
5252
considerations when using DVR mode:
5353

54-
**Recommended:** When using DVR Mode on a Video ID URL:
54+
**Recommended:** Use DVR Mode on a Video ID URL:
5555

5656
- When the player loads, it will start playing the active broadcast if it is
57-
still live, or its recording if the broadcast has concluded.
57+
still live or play the recording if the broadcast has concluded.
5858

59-
When using DVR Mode on a Live Input ID URL:
59+
DVR Mode on a Live Input ID URL:
6060

6161
- When the player loads, it will start playing the currently live broadcast if
62-
there is one (see [Live Input Status](/stream/stream-live/watch-live-stream/#live-input-status)).
62+
there is one (refer to [Live Input Status](/stream/stream-live/watch-live-stream/#live-input-status)).
6363
- If the viewer is still watching _after the broadcast ends,_ they can continue
6464
to watch. However, if the player or manifest is then reloaded, it will show the
6565
latest broadcast or "Stream has not yet started" (`HTTP 204`). Past broadcasts
@@ -70,8 +70,8 @@ When using DVR Mode on a Live Input ID URL:
7070
- When using DVR Mode and a player/manifest created using a Live Input ID, if a
7171
viewer is still watching after a broadcast has concluded, the player may stall
7272
when trying to switch quality levels.
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 3 hours.
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.
7575
- DVR Mode relies on Version 8 of the HLS manifest specification, which is newer
7676
than Version 6, which Stream Live and On-Demand currently use. HLS v8 offers
7777
extremely broad compatibility but may not work with certain old player libraries

src/content/docs/stream/stream-live/watch-live-stream.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ happens when a broadcast concludes.
2727

2828
Use a Live Input ID in instances where a player should always show the active
2929
broadcast, if there is one, or a "Stream has not started" message if the input
30-
is idle. Best for cases where a page is dedicated to a creator, channel, or
30+
is idle. This option is best for cases where a page is dedicated to a creator, channel, or
3131
recurring program. The Live Input ID is provisioned for you when you create the
3232
input; it will not change.
3333

3434
Use a Video ID in instances where a player should be used to display a single
35-
broadcast or its recording once the broadcast has conluded. Best for cases where
35+
broadcast or its recording once the broadcast has concluded. This option is best for cases where
3636
a page is dedicated to a one-time event, specific episode/occurance, or date.
3737
There is a _new_ Video ID generated for each broadcast _when it starts._
3838

@@ -61,10 +61,10 @@ You can also retrieve the embed code or manifest URLs from Dash or the API.
6161
To get the Stream built-in player embed code or HLS Manifest URL for a custom player:
6262

6363
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
64-
2. Click **Stream** > **Live Inputs**.
65-
3. Click a live input from the list.
64+
2. Select **Stream** > **Live Inputs**.
65+
3. Select a live input from the list.
6666
4. Locate the **Embed** and **HLS Manifest URL** beneath the video.
67-
5. Determine which option to use and then click **Click to copy** beneath your choice.
67+
5. Determine which option to use and then select **Click to copy** beneath your choice.
6868

6969
These will reference the Live Input ID.
7070

src/content/release-notes/stream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ entries:
1010
description: |-
1111
Adjustments have been made to the Stream player UI when playing advertisements called by a customer-provided VAST or VMAP `ad-url` argument:
1212
13-
A small progress bar has been added along the bottom of the player. The shadow behind player controls has been reduced. These changes have been approved for use with Google Ad Exchange.
13+
A small progress bar has been added along the bottom of the player, and the shadow behind player controls has been reduced. These changes have been approved for use with Google Ad Exchange.
1414
1515
This only impacts customers using the built-in Stream player and calling their own advertisements; Stream never shows ads by default. For more information, refer to [Using the Stream Player](https://developers.cloudflare.com/stream/viewing-videos/using-the-stream-player/#basic-options).
1616
- publish_date: "2025-01-30"

0 commit comments

Comments
 (0)