AWS Interactive Video Service (IVS) is a powerful tool that can be used to manage live streaming for your organization. In this article, we will discuss how to use IVS to stream live video content. If you are looking to stream live video content, IVS is a great option. IVS allows you to manage and monitor your live streaming session from one central location. This makes it easy to keep track of your audience and performance. To start streaming with IVS, first create a new account or sign in to your existing account. Next, select the video source you want to use. You can use IVS to stream from any device or platform that supports YouTube Live Streaming. You can also use IVS to stream from AWS Elemental Media Services (EMS). EMS provides scalable video encoding and delivery capabilities that make it perfect for streaming live events and videos. Once you have selected the source of your video, you will need to configure the settings for your stream. First, choose the resolution and bitrate for your stream. Next, choose a playback destination for your viewers. You can either broadcast your stream directly to viewers or share it with a third-party provider like Twitch or YouTube Live Streaming Premium (LSP). Finally, set up notifications so you know when things go wrong with your stream and adjust settings as needed. With just a few simple steps, you can start streaming live with IVS! ..


This week, AWS announced IVS, a managed solution for handling live video, likely based on some of the same software that powers the streaming giant Twitch. It offers an easy way to integrate live video into existing applications without the headaches of setting it up yourself.

What Is IVS?

Low-latency live video content is pretty hard to do properly, and even harder to scale up to handling many simultaneous streams all around the world. Running infrastructure at this scale is massively complicated, so there’s a need for a service like IVS.

The simple setup makes it particularly useful for services looking to add live experiences to their platforms, and especially for businesses that want to host professional live streams on their own sites without resorting to streaming on an official YouTube or Twitch channel.

IVS itself is pretty simple. You create a channel and get a stream key. You can stream content to IVS using standard software like OBS or Streamlabs. On the client side, you can use third-party live video players, but AWS provides a client player SDK that can be easily integrated or customized if needed.

IVS has two hourly charges for video input and video output. Video input is the number of people actively streaming content, which is charged differently based on resolution. SD content streamed at a maximum of 480p costs $0.20 per hour, per streamer. HD content at 1080p costs a pricey $2.00 per hour, per live stream, even if there’s nobody watching it.

Video output takes the place of the standard data charges. You don’t pay per GB like most AWS services; instead, you pay a flat hourly fee per hour of video output, depending on the resolution. This fee is slightly discounted after 10,000 hours of watch time, but is also significantly higher for regions like Taiwan and Korea.

So, if you’re planning on launching a streaming competitor to services like Twitch and YouTube, you should be prepared to front the cost for it. Even streamers with relatively small audiences can rack up tens of thousands of hours of watch time.

However, even if you wanted to do it yourself, you’re going to be paying these fees regardless. Video files are large, and streaming high definition video for hours on end to many different clients will fill up your bandwidth bill on any hosting platform.

Setting Up IVS

If you want to test it out, head over to the IVS console and click “Create Channel.” Of course, if you want users to be able to create their own channels, you’ll want to handle it for them and create channels using the AWS API or SDK.

Give it a name, and select Standard or Basic for the channel type. For the latency, you’ll likely want to keep it on the low latency option unless interactivity doesn’t matter. You can, of course, also add standard AWS tags to help with tracking cost.

You’ll be given an ingest server URL, and a stream key, as well as a playback URL to an m3u8 stream file for custom players.

Currently, OBS Studio doesn’t support IVS out of the box, so you’ll need to select “Custom” and enter in both the server URL and stream key.

From there, you can start streaming, and you should see the Live preview in the management console.

If you want to embed this on your own site, you’ll need to add the IVS player, and initialize it with the playback URL.

If you want more customization, IVS features an integration with video.js, a popular library for customizing HTML5 video players.

For mobile platforms, you can use the SDK for iOS or Android.