AWS ivs documentation change
Summary
Fixed URL formatting by removing duplicate slashes in multiple documentation links
Security assessment
The changes only correct URL syntax (removing double slashes in paths) without modifying security-related content. No security vulnerabilities, mitigations, or security features are mentioned in the diff.
Diff
diff --git a/ivs/latest/LowLatencyUserGuide/record-to-s3.md b/ivs/latest/LowLatencyUserGuide/record-to-s3.md index 6ee891110..f034785d6 100644 --- a//ivs/latest/LowLatencyUserGuide/record-to-s3.md +++ b//ivs/latest/LowLatencyUserGuide/record-to-s3.md @@ -13,3 +13,3 @@ For details on ... | See ... -Setting up and stopping video recording | [Create a Channel with Optional Recording](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/getting-started-create-channel.html) in _Getting Started with Amazon IVS_ -The API | [IVS API Reference](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/Welcome.html) -Costs | [Amazon IVS Costs](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/costs.html) +Setting up and stopping video recording | [Create a Channel with Optional Recording](https://docs.aws.amazon.com//ivs/latest/LowLatencyUserGuide/getting-started-create-channel.html) in _Getting Started with Amazon IVS_ +The API | [IVS API Reference](https://docs.aws.amazon.com//ivs/latest/LowLatencyAPIReference/Welcome.html) +Costs | [Amazon IVS Costs](https://docs.aws.amazon.com//ivs/latest/LowLatencyUserGuide/costs.html) @@ -93 +93 @@ The auto-record-to-S3 feature supports [byte-range playlist](https://datatracker -The `thumbnailConfiguration` property on a recording configuration allows you to enable or disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session. Thumbnail intervals may range from 1 second to 60 seconds; by default, thumbnail recording is enabled, at an interval of 60 seconds. For details, see the [Amazon IVS Low-Latency Streaming API Reference](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/Welcome.html). +The `thumbnailConfiguration` property on a recording configuration allows you to enable or disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session. Thumbnail intervals may range from 1 second to 60 seconds; by default, thumbnail recording is enabled, at an interval of 60 seconds. For details, see the [Amazon IVS Low-Latency Streaming API Reference](https://docs.aws.amazon.com//ivs/latest/LowLatencyAPIReference/Welcome.html). @@ -136 +136 @@ For multiple streams to record to the same S3 prefix, certain conditions must be - * Rapid reconnects can result in a new broadcast starting before the previous broadcast is finished writing to S3, in which case the new broadcast _is not_ merged into the previous S3 prefix. (Usually, writing to S3 completes within 10 seconds of a broadcast ending.) Rapid reconnects can occur in several scenarios, including: 1) quick mobile app background/foreground transitions, 2) when stream takeover isn't possible while using the auto-reconnect feature of IVS mobile broadcast SDKs, and 3) when calling [StopStream](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/API_StopStream.html) triggers an automatic reconnect from the streaming-client software. + * Rapid reconnects can result in a new broadcast starting before the previous broadcast is finished writing to S3, in which case the new broadcast _is not_ merged into the previous S3 prefix. (Usually, writing to S3 completes within 10 seconds of a broadcast ending.) Rapid reconnects can occur in several scenarios, including: 1) quick mobile app background/foreground transitions, 2) when stream takeover isn't possible while using the auto-reconnect feature of IVS mobile broadcast SDKs, and 3) when calling [StopStream](https://docs.aws.amazon.com//ivs/latest/LowLatencyAPIReference/API_StopStream.html) triggers an automatic reconnect from the streaming-client software.