Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 authored Sep 13, 2024
1 parent df948d2 commit 16713b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-ivs-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const myChannel = new ivs.Channel(this, 'myChannel', {
});
```

If you want to use RTMP ingest, set `ingestInsecure` property to `true`.
By default, `ingestInsecure` is `false` which means using RTMPS ingest.
If you want to use RTMP ingest, set `insecureIngest` property to `true`.
By default, `insecureIngest` is `false` which means using RTMPS ingest.

**⚠ Note:** RTMP ingest might result in reduced security for your streams. AWS recommends that you use RTMPS for ingest, unless you have specific and verified use cases. For more information, see [Encoder Settings](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/streaming-config.html#streaming-config-settings).

Expand Down

0 comments on commit 16713b6

Please # to comment.