Skip to content

Commit 5999105

Browse files
committed
[Stream] Minor tweaks
1 parent 598ef3a commit 5999105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In addition to following the live stream troubleshooting steps in this guide, ma
1111

1212
## Buffering, freezing, and latency
1313

14-
If your live stream is buffering, freezing, experiencing latency issues, switching in quality levels, or having other similar issues, try these troubleshooting steps:
14+
If your live stream is buffering, freezing, experiencing latency issues, or having other similar issues, try these troubleshooting steps:
1515

1616
<Steps>
1717
1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com) > **Stream** > **Analytics**.
@@ -34,12 +34,12 @@ If your live stream is buffering, freezing, experiencing latency issues, switchi
3434

3535
* Check the video bitrate setting in the software or service you use to send the stream to Cloudflare.
3636
* If it is "variable", change it to "constant" with a specific number, like 8 Mbps.
37-
* If it is above 20 Mbps, lower it to 10 Mbps or 70% of your internet speed, whichever is lower.
37+
* If it is above 15 Mbps, lower it to 8 Mbps or 70% of your internet speed, whichever is lower.
3838

3939
* Follow the steps above (in step 2) to _increase_ the keyframe interval in the software or service you use to send the stream to Cloudflare.
4040

4141
<Details header="What is the upload-to-duration ratio?">
42-
The upload-to-duration ratio is a measurement of how long it takes to upload a part of your stream compared to how long that part would take to play. A ratio of less than 100% means that your stream is uploading faster than it would take to play, so it should not experience buffering or freezing for most users. A ratio of 100% or more means that your video is uploading slower than it would take to play, so it is likely to experience buffering and freezing for most users.
42+
The upload-to-duration ratio is a measurement of how long it takes to upload a part of your stream compared to how long that part would take to play. A ratio of less than 100% means that your stream is uploading at least as fast as it would take to play, so it should not experience buffering or freezing for most users. A ratio of 100% or more means that your video is uploading slower than it would take to play, so it is likely that most users will experience buffering and freezing.
4343
</Details>
4444
</Steps>
4545

0 commit comments

Comments
 (0)