Skip to content

Commit ed2622d

Browse files
committed
[Stream] Pricing page++
1 parent 0aa23ba commit ed2622d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/content/docs/stream/pricing.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Storage is not consumed by:
3030
- Expired Direct Creator upload links
3131
- Deleted videos
3232
- Downloadable files generated for [MP4 Downloads](/stream/viewing-videos/download-videos/)
33+
- Multiple quality levels that Stream generates for each uploaded original
3334

3435
Storage consumption is rounded up to the second of video duration; file size does not matter. Video stored in Stream does not incur additional storage fees from other storage products such as R2.
3536

@@ -45,31 +46,31 @@ Delivery is a post-paid, usage-based pricing dimension billed at $1 per 1,000 mi
4546

4647
Delivery is counted for the following uses:
4748

48-
- Playback via HLS or DASH
49+
- Playback on the web or an app using [Stream's built-in player](/stream/viewing-videos/using-the-stream-player/) or the [HLS or DASH manifests](/stream/viewing-videos/using-own-player/)
4950
- MP4 Downloads
5051
- Simulcasting via SRT or RTMP live outputs
5152

5253
Delivery is counted by HTTP requests for video segments or parts of the MP4. Therefore:
5354

5455
- Client-side preloading and buffering is counted as billable delivery.
55-
- Content played from client-side/browser cache is not billable, like a short looping video. Some mobile app player libraries do not cache HLS segments by default.
56+
- Content played from client-side/browser cache is _not_ billable, like a short looping video. Some mobile app player libraries do not cache HLS segments by default.
5657
- MP4 Downloads are billed by percentage of the file delivered.
5758

58-
Minutes delivered for web playback (HLS and DASH) are rounded to the _segment_ length: for uploaded content, segments are four seconds. Live broadcast and recording segments are determined by the keyframe interval or GOP size of the original broadcast.
59+
Minutes delivered for web playback (Stream Player, HLS, and DASH) are rounded to the _segment_ length: for uploaded content, segments are four seconds. Live broadcast and recording segments are determined by the keyframe interval or GOP size of the original broadcast.
5960

6061
## Example scenarios
6162

62-
**Two people each watch thirty minutes of a broadcast. How much would it cost?**
63+
**Two people each watch thirty minutes of a video or live broadcast. How much would it cost?**
6364

6465
This will result in 60 minutes of Minutes Delivered usage (or $0.06). Stream bills on minutes of video delivered, not per viewer.
6566

6667
**I have a really large file. Does that cost more?**
6768

68-
The cost to store a video is based only on its duration, not its file size. If the file is within the [30GB max file size limitation](/stream/faq/#is-there-a-limit-to-the-amount-of-videos-i-can-upload), it will be accepted. Be sure to use an upload method like Upload from Link or TUS that handles large files well.
69+
The cost to store a video is based only on its duration, not its file size. If the file is within the [30GB max file size limitation](/stream/faq/#is-there-a-limit-to-the-amount-of-videos-i-can-upload), it will be accepted. Be sure to use an [upload method](/stream/uploading-videos/) like Upload from Link or TUS that handles large files well.
6970

7071
**If I make a Direct Creator Upload link with a maximum duration (`maxDurationSeconds`) of 600 seconds which expires in 1 hour, how is storage consumed?**
7172

72-
- Ten minutes will be subtracted from your available storage immediately.
73+
- Ten minutes (600 seconds) will be subtracted from your available storage immediately.
7374
- If the link is unused in one hour, those 10 minutes will be released.
7475
- If the creator link is used to upload a five minute video, when the video is uploaded and processed, the 10 minute reservation will be released and the true five minute duration of the file will be counted.
7576
- If the creator link is used to upload a five minute video but it fails to encode, the video will be marked as errored, the reserved storage will be released, and no storage use will be counted.

0 commit comments

Comments
 (0)