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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠