Skip to content

Commit 3824d28

Browse files
[Stream] Nav changes (#24933)
* [Stream] Nav changes * Update src/content/docs/stream/transform-videos/index.mdx Co-authored-by: Pedro Sousa <[email protected]> --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent dd4f5b3 commit 3824d28

File tree

7 files changed

+60
-40
lines changed

7 files changed

+60
-40
lines changed

src/content/docs/stream/edit-videos/player-enhancements.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pcx_content_type: how-to
33
title: Add player enhancements
44

55
---
6+
import { DashButton } from "~/components";
67

78
With player enhancements, you can modify your video player to incorporate elements of your branding such as your logo, and customize additional options to present to your viewers.
89

@@ -52,9 +53,11 @@ You can also pull the JSON by using the endpoint below.
5253

5354
## Update player properties via the Cloudflare dashboard
5455

55-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
56-
2. Select **Stream** > **Videos**.
57-
3. Select a video from the list to edit it.
56+
1. In the Cloudflare dashboard, go to the **Videos** page.
57+
58+
<DashButton url="/?to=/:account/stream/videos" />
59+
60+
2. Select a video from the list to edit it.
5861
4. Select the **Public Details** tab.
5962
5. From **Public Details**, enter information in the text fields for the properties you want to set.
6063
6. When you are done, select **Save**.

src/content/docs/stream/stream-live/custom-domains.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ sidebar:
88
order: 3
99

1010
---
11+
import { DashButton } from "~/components";
1112

1213
With custom ingest domains, you can configure your RTMPS feeds to use an ingest URL that you specify instead of using `live.cloudflare.com.`
1314

14-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
15-
2. Click **Stream** > **Live Inputs**.
16-
3. Click the **Settings** button above the list. The **Custom Input Domains** page displays.
17-
4. Under **Domain**, add your domain and click **Add domain**.
18-
5. At your DNS provider, add a CNAME record that points to `live.cloudflare.com`. If your DNS provider is Cloudflare, this step is done automatically.
15+
1. In the Cloudflare dashboard, go to the **Live inputs** page.
16+
17+
<DashButton url="/?to=/:account/stream/inputs" />
18+
19+
2. Select **Settings**, above the list. The **Custom Input Domains** page displays.
20+
3. Under **Domain**, add your domain and select **Add domain**.
21+
4. At your DNS provider, add a CNAME record that points to `live.cloudflare.com`. If your DNS provider is Cloudflare, this step is done automatically.
1922

2023
If you are using Cloudflare for DNS, ensure the [**Proxy status**](/dns/proxy-status/) of your ingest domain is **DNS only** (grey-clouded).
2124

2225
## Delete a custom domain
2326

2427
1. From the **Custom Input Domains** page under **Hostnames**, locate the domain.
25-
2. Click the menu icon under **Action**. Click **Delete**.
28+
2. Select the menu icon under **Action**. Select **Delete**.

src/content/docs/stream/stream-live/download-stream-live-videos.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sidebar:
88
order: 4
99

1010
---
11+
import { DashButton } from "~/components";
1112

1213
You can enable downloads for live stream videos from the Cloudflare dashboard. Videos are available for download after they enter the **Ready** state.
1314

@@ -19,10 +20,12 @@ Downloadable MP4s are only available for live recordings under four hours. Live
1920

2021
:::
2122

22-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
23-
2. Click **Stream** > **Live Inputs**.
24-
3. Click a live input from the list to select it.
25-
4. Under **Videos created by live input**, locate your video and click to select it.
26-
5. Under **Settings**, select **Enable MP4 Downloads**.
27-
6. Click **Save**. You will see a progress bar as the video generates a download link.
28-
7. When the download link is ready, under **Download URL**, copy the URL and enter it in a browser to download the video.
23+
1. In the Cloudflare dashboard, go to the **Live inputs** page.
24+
25+
<DashButton url="/?to=/:account/stream/inputs" />
26+
27+
2. Select a live input from the list.
28+
3. Under **Videos created by live input**, select your video.
29+
4. Under **Settings**, select **Enable MP4 Downloads**.
30+
5. Select **Save**. You will see a progress bar as the video generates a download link.
31+
6. When the download link is ready, under **Download URL**, copy the URL and enter it in a browser to download the video.

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
order: 3
99
---
1010

11-
import { Render } from "~/components";
11+
import { Render,DashButton } from "~/components";
1212

1313
When a [Live Input](/stream/stream-live/start-stream-live/) begins receiving a
1414
broadcast, a new video is automatically created if the input's `mode` property
@@ -60,11 +60,13 @@ You can also retrieve the embed code or manifest URLs from Dash or the API.
6060

6161
To get the Stream built-in player embed code or HLS Manifest URL for a custom player:
6262

63-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
64-
2. Select **Stream** > **Live Inputs**.
65-
3. Select a live input from the list.
66-
4. Locate the **Embed** and **HLS Manifest URL** beneath the video.
67-
5. Determine which option to use and then select **Click to copy** beneath your choice.
63+
1. In the Cloudflare dashboard, go to the **Live inputs** page.
64+
65+
<DashButton url="/?to=/:account/stream/inputs" />
66+
67+
2. Select a live input from the list.
68+
3. Locate the **Embed** and **HLS Manifest URL** beneath the video.
69+
4. Determine which option to use and then select **Click to copy** beneath your choice.
6870

6971
The embed code or manifest URL retrieved in Dash will reference the Live Input ID.
7072

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,29 @@ sidebar:
66

77
---
88

9-
import { AvailableNotifications } from "~/components"
9+
import { AvailableNotifications,DashButton } from "~/components"
1010

1111
Stream Live offers webhooks to notify your service when an Input connects, disconnects, or encounters an error with Stream Live.
1212

1313
<AvailableNotifications product="Stream" />
1414

1515
## Subscribe to Stream Live Webhooks
1616

17-
1. Log in to your Cloudflare account and click **Notifications**.
18-
2. From the **Notifications** page, click the **Destinations** tab.
19-
3. On the **Destinations** page under **Webhooks**, click **Create**.
20-
4. Enter the information for your webhook and click **Save and Test**.
21-
5. To create the notification, from the **Notifications** page, click the **All Notifications** tab.
22-
6. Next to **Notifications**, click **Add**.
23-
7. Under the list of products, locate **Stream** and click **Select**.
17+
1. In the Cloudflare dashboard, go to the **Notifications** page.
18+
19+
<DashButton url="/?to=/:account/notifications" />
20+
21+
2. Select the **Destinations** tab.
22+
3. On the **Destinations** page under **Webhooks**, select **Create**.
23+
4. Enter the information for your webhook and select **Save and Test**.
24+
5. To create the notification, from the **Notifications** page, select the **All Notifications** tab.
25+
6. Next to **Notifications**, select **Add**.
26+
7. Under the list of products, locate **Stream** and select **Select**.
2427
8. Enter a name and optional description.
25-
9. Under **Webhooks**, click **Add webhook** and click your newly created webhook.
26-
10. Click **Next**.
28+
9. Under **Webhooks**, select **Add webhook** and select your newly created webhook.
29+
10. Select **Next**.
2730
11. By default, you will receive webhook notifications for all Live Inputs. If you only wish to receive webhooks for certain inputs, enter a comma-delimited list of Input IDs in the text field.
28-
12. When you are done, click **Create**.<br/><br/>
31+
12. When you are done, select **Create**.<br/><br/>
2932

3033
```json title="Example webhook payload"
3134
{

src/content/docs/stream/transform-videos/index.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebar:
66
badge:
77
text: Beta
88
---
9+
import { DashButton } from "~/components";
910

1011
You can optimize and manipulate videos stored _outside_ of Cloudflare Stream with Media Transformations. Transformed videos and images are served from one of your zones on Cloudflare.
1112

@@ -19,10 +20,12 @@ Cloudflare will automatically cache every transformed video or image on our glob
1920

2021
To enable transformations on your zone:
2122

22-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
23-
2. Go to **Stream** > **Transformations**.
24-
3. Locate the specific zone where you want to enable transformations.
25-
4. Select **Enable** for zone.
23+
1. In the Cloudflare dashboard, go to the **Transformations** page.
24+
25+
<DashButton url="/?to=/:account/stream/video-transformations" />
26+
27+
2. Locate the specific zone where you want to enable transformations.
28+
3. Select **Enable** for the zone.
2629

2730
## Transform a video by URL
2831

src/content/docs/stream/uploading-videos/upload-video-file.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ sidebar:
55
order: 2
66

77
---
8+
import { DashButton } from "~/components";
89

910
## Basic Uploads
1011

1112
For files smaller than 200 MB, you can use simple form-based uploads.
1213

1314
## Upload through the Cloudflare dashboard
1415

15-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/).
16-
2. From the navigation menu, select **Stream**.
17-
3. On the **Overview** page, drag and drop your video into the **Quick upload** area. You can also click to browse for the file on your machine.
16+
1. In the Cloudflare dashboard, go to the **Stream** page.
17+
18+
<DashButton url="/?to=/:account/stream" />
19+
20+
2. Drag and drop your video into the **Quick upload** area. You can also click to browse for the file on your machine.
1821

1922
After the video finishes uploading, the video appears in the list.
2023

0 commit comments

Comments
 (0)