What is a simple way to Live Stream from ios to aws - other than Amazon Kinesis Video Streams for WebRTC?

0

I had previous asked "What is a simple way to Live Stream from ios to aws?" and received the answer "Amazon Kinesis Video Streams for WebRTC is what you need"...thank you.

However, it is my undertanding that Amazon Kinesis Video Streams for WebRTC is in preview and ingestion costs for the WebRTC ingestion feature are not yet specified on the KVS pricing page, and Amazon Kinesis Video Streams for WebRTC is limited to 5 minutes. True?

If all that is currently true, I would want another solution. So, please tell me, other than Amazon Kinesis Video Streams for WebRTC - what is a simple way to Live Stream from ios to aws?

chrisj
已提問 9 個月前檢視次數 310 次
1 個回答
0
已接受的答案

Hi Chris. KVS with WebRTC is not in preview. Only the KVS with WebRTC ingest feature is. Other than that, all true.

Do you intend for the iOS device to be the media source, using its camera? If so, what's the viewer?

For me it's very unclear if you want to ingest into a KVS stream or whether you just want live peer-to-peer media streaming. Perhaps it helps if I frame things like this: KVS is essentially a media storage service, while KVS with WebRTC enables live peer-to-peer streaming. The forthcoming KVS with WebRTC ingest feature will kind of combine the two.

So the SDK previously shared by Didier is what you would need if your use case is peer-to-peer live streaming: https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/kvswebrtc-sdk-ios.html. Also please check out this video: https://www.youtube.com/watch?v=8GZDmdBwVqU

If you want to ingest into a KVS stream (which you would not do just for live video), things get trickier. Since the WebRTC ingest feature is in preview, it has the current limitations and unknowns you've already highlighted. If you don't want to be subjected to those limitations, then you would need to use KVS. KVS, as distinct from KVS with WebRTC, has it's own SDKs, but there is no iOS SDK: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk.html.

profile pictureAWS
專家
Greg_B
已回答 9 個月前
profile pictureAWS
專家
已審閱 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南