-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Stream] Misc updates from product team #18421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Kevin Kipp <[email protected]>
Co-authored-by: Kevin Kipp <[email protected]>
Deploying cloudflare-docs with
|
| Latest commit: |
b9a7302
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bd308697.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://tsmith-stream-20241126.cloudflare-docs-7ou.pages.dev |
src/content/docs/stream/faq.mdx
Outdated
| * By default, a video upload can be at most 30 GB. | ||
|
|
||
| * By default, you can have up to 120 videos in the `inprogress`, `queued` or `downloading` state at the same time. Videos in the `error`, `ready` or `pendingupload` state do not count toward this limit. If you need the concurrency limit raised, please [contact Cloudflare support](/support/contacting-cloudflare-support/) explaining your use case and why you would like the limit raised. | ||
| * By default, you can have up to 120 videos queued or being encoded simultaneously. Videos in the `ready` status are playable but may still be encoding certain quality levels until the `pctComplete` reaches 100. Videos in the `error`, `ready`, or `pendingupload` state and do not count toward this limit. If you need the concurrency limit raised, please [contact Cloudflare support](/support/contacting-cloudflare-support/) explaining your use case and why you would like the limit raised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the and after pendingupload state should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good catch. Thanks!
src/content/docs/stream/pricing.mdx
Outdated
| 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. | ||
|
|
||
| **If you run out of storage**, you will not be able to upload new videos or start new live streams until you purchase more storage or delete videos. | ||
| **If you run out of storage**, you will not be able to upload new videos or start new live streams until you purchase more storage or delete videos. Enterprise customers may continue to upload new content beyond their contracted quota without interruption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this better suited as a note instead of leading with weighted text.
Co-authored-by: Denise Peña <[email protected]>
Co-authored-by: Denise Peña <[email protected]>
* [Stream] Typo * [Stream] Stream doesn't bill R2 * [Stream] Quota restriction clarification * [Stream] Include note about go-tus. Ref #11969 * [Stream] Clarification on concurrency limits * 🤦 Co-authored-by: Kevin Kipp <[email protected]> * Update src/content/docs/stream/pricing.mdx Co-authored-by: Kevin Kipp <[email protected]> * Update faq.mdx * Update src/content/docs/stream/faq.mdx Co-authored-by: Denise Peña <[email protected]> * Update src/content/docs/stream/pricing.mdx Co-authored-by: Denise Peña <[email protected]> * Because we do love a semicolon. * [Stream] Use a note to pull out the key pieces of this info on hard caps * [Stream] Note does not need a title --------- Co-authored-by: Kevin Kipp <[email protected]> Co-authored-by: Denise Peña <[email protected]>
Four minor updates: