Does the RTMPS server stay the same for all channels on the same account and region? Is it possible to CNAME to the RTMPS server?

0

It seems to me that every channel on my account within the same region has the same RTMPS server. Does this stay consistent, or is it possible that for new channels in the future something may create a new RTMPS server link? Assuming that the RTMPS does stay the same for newly created channels on the same account and region, is it possible to create a CNAME record that links to the RTMPS server? I have previously been able to use a CNAME record to link to an RTMP server, but I'm not sure how to go about this for RTMPS.

質問済み 2年前268ビュー
1回答
0
承認された回答

All IVS channels within the same region (under the same account) will have the same ingest endpoint URL. For example, for account 123456789012, all channels created in us-east-1 will have the same endpoint (ex: a1b2c3d4e5f6.global-contribute.live-video.net). While all channels created in us-west-2 will have a different endpoint from us-east-1, but the channels in the us-west-2 region will have the same endpoint (ex: abcdef123456.global-contribute.live-video.net). If you need to get the ingest endpoint URL information for a channel, the GetChannel or BatchGetChannel API calls are recommended (https://docs.aws.amazon.com/ivs/latest/APIReference/API_GetChannel.html).

As for using a CNAME record or alias for the ingest endpoint URL, the IVS team recommends against putting anything (CNAME, proxy, redirection URLs) in front of the IVS provided URL. By using a CNAME or other method to "mask" the IVS ingest URL, there can be unexpected adverse effects, such as; improper routing logic, latency on starting a stream, and other unforeseen behaviors.

AWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ