You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/stream/get-started.mdx
+63-63Lines changed: 63 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,17 @@
2
2
pcx_content_type: get-started
3
3
title: Get started
4
4
sidebar:
5
-
order: 2
6
-
5
+
order: 1
7
6
---
8
7
9
8
:::note[Before you get started:]
10
9
11
-
12
10
You must first [create a Cloudflare account](/fundamentals/setup/account/create-account/) and [create an API token](/fundamentals/api/get-started/create-token/) to begin using Stream.
13
11
14
-
15
12
:::
16
13
17
-
*[Upload your first video](/stream/get-started#upload-your-first-video)
18
-
*[Start your first live stream](/stream/get-started#start-your-first-live-stream)
14
+
-[Upload your first video](/stream/get-started#upload-your-first-video)
15
+
-[Start your first live stream](/stream/get-started#start-your-first-live-stream)
Copy file name to clipboardExpand all lines: src/content/docs/stream/uploading-videos/index.mdx
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,23 @@
2
2
title: Upload videos
3
3
pcx_content_type: navigation
4
4
sidebar:
5
-
order: 1
5
+
order: 2
6
+
group:
6
7
---
7
8
8
9
Before you upload your video, review the options for uploading a video, supported formats, and recommendations.
9
10
10
11
## Upload options
11
12
12
-
| Upload method | When to use |
13
-
|---------------|-------------|
14
-
|[Stream Dashboard](https://dash.cloudflare.com/?to=/:account/stream)| Upload videos from the Stream Dashboard without writing any code.
15
-
|[Upload with a link](/stream/uploading-videos/upload-via-link/)| Upload videos using a link, such as an S3 bucket or content management system.
16
-
|[Upload video file](/stream/uploading-videos/upload-video-file/)| Upload videos stored on a computer.
17
-
|[Direct creator uploads](/stream/uploading-videos/direct-creator-uploads/)| Allows end users of your website or app to upload videos directly to Cloudflare Stream.
|[Stream Dashboard](https://dash.cloudflare.com/?to=/:account/stream)| Upload videos from the Stream Dashboard without writing any code. |
16
+
|[Upload with a link](/stream/uploading-videos/upload-via-link/)| Upload videos using a link, such as an S3 bucket or content management system. |
17
+
|[Upload video file](/stream/uploading-videos/upload-video-file/)| Upload videos stored on a computer. |
18
+
|[Direct creator uploads](/stream/uploading-videos/direct-creator-uploads/)| Allows end users of your website or app to upload videos directly to Cloudflare Stream. |
19
19
20
20
## Supported video formats
21
21
22
-
23
22
:::note
24
23
Files must be less than 30 GB, and content should be encoded and uploaded in the same frame rate it was recorded.
0 commit comments