Skip to content

Commit d2ee5e8

Browse files
committed
Add descriptions of terms
1 parent e17da1d commit d2ee5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If your live stream is buffering, freezing, experiencing latency issues, switchi
2424
* If the keyframe interval is "variable", change it to a specific number, like 4s.
2525

2626
<Details header="What is a keyframe interval?">
27-
The keyframe interval (also called GOP) is ________.
27+
The keyframe interval (also called GOP) is a measurement of how often keyframes are sent to Stream. A shorter keyframe is less likely to cause buffering or freezing, but requires more internet bandwidth. A longer keyframe is more likely to cause buffering or freezing, but requires less internet bandwidth.
2828
</Details>
2929

3030
3. Look at your **Upload-to-Duration Ratio** chart.
@@ -38,7 +38,7 @@ If your live stream is buffering, freezing, experiencing latency issues, switchi
3838
* Follow the steps above (in step 2) to edit the keyframe interval in the software or service you use to send the stream to Cloudflare.
3939

4040
<Details header="What is an upload-to-duration ratio?">
41-
The upload-to-duration ratio measures ________.
41+
The upload-to-duration ratio is a measurement of your video duration relative to how fast it is taking to upload. A ratio of 50% to 70% means that your video is uploading faster than its duration, and should not experience buffering or freezing. A ratio of 100% or more means that your video length is longer than the speed it is taking to upload, and is likely to experience buffering and freezing. A ratio of less than 50% means that your video is uploading much faster than its duration, but may require more internet bandwidth, which can also lead to buffering and freezing.
4242
</Details>
4343
</Steps>
4444

0 commit comments

Comments
 (0)