教材
AWS IVSとは
Amazon Interactive Video Serviceは、
マネージドサービスのライブストリーミングを提供するサービスです。
現在利用可能なリージョン
- US West (Oregon) us-west-2
- US East (N. Virginia) us-east-1
- Europe (Ireland) eu-west-1
実際にやってみた
チャンネルの作成
自動でS3に保存できるようになっているの強い(語彙力
取得する情報
- ARN - Amazon Resource Name
arn:aws:ivs:us-west-2:********:channel/TshyIeouMPKP - 取り込みサーバ
rtmps://089c10f0a1ef.global-contribute.live-video.net:443/app/ - ストリームキー
sk_us-west-2_eCpzxBxOPO1R_px22uluD6npSQRaAwfkpRqCtKhzkdW - 再生URL
https://089c10f0a1ef.us-west-2.playback.live-video.net/api/video/v1/us-west-2.****.channel.TshyIeouMPKP.m3u8
Postmanを使って通信確認
備考
はじめて利用するリージョンのときは注意
Error codes for the Amazon EC2 API
最初にエラーが出たときは初めてのリージョンだからかなと思っていましたが、
どうも雲行きが違ったようで、AWSサポートに問い合わせました。
サポート向けの問い合わせ内容
Hello, Support Team.
I learn about Amazon IVS now, using Amazon IVS workshop[1].
When I tried to create channel, the error message was displayed.
following:
Your account is pending verification. Until the verification process is complete, you may not be able to carry out requests with this account. If you have questions, contact AWS Support.
I checked the document of Amazon IVS[2],
When this error was displayed, IAM Policy of IAM User can create IVS-Channlel.
I tried to create IVS-Channnel at N.Virginia Region and Oregon Region.
I can't find the mail from AWS about verification.
What can I do next action?
Best Regards.
[1]<https://ivs-streaming.workshop.aws/>
[2]<https://docs.aws.amazon.com/ivs/latest/userguide/getting-started-iam-permissions.html>