Skip to content

Commit 1929773

Browse files
committed
[Stream] the word 'format' looked weird as a headline
1 parent 0248e86 commit 1929773

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ resume, and fast-forward a live broadcast. To enable DVR mode, add the
1111
`dvrEnabled=true` query parameter to the Stream Player embed source or the HLS
1212
manifest URL.
1313

14-
## Stream Player embed format
14+
## Stream Player
1515

16-
``` html title="Stream Player embed code"
16+
``` html title="Stream Player embed format"
1717
<div style="position: relative; padding-top: 56.25%;">
1818
<iframe
1919
src="https://customer-<CODE>.cloudflarestream.com/<INPUT_ID|VIDEO_ID>/iframe?dvrEnabled=true"
@@ -34,9 +34,9 @@ When DVR mode is enabled the Stream Player will:
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 for custom player
3838

39-
``` text title="HLS Manifest"
39+
``` text title="HLS manifest URL format"
4040
https://customer-<CODE>.cloudflarestream.com/<INPUT_ID|VIDEO_ID>/manifest/video.m3u8?dvrEnabled=true
4141
```
4242

0 commit comments

Comments
 (0)