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
asked 8 months ago287 views
1 Answer
0
Accepted Answer

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
EXPERT
Greg_B
answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions