Skip to main content

Posts

Showing posts with the label EC2

How to do Live Streaming using amazon EC2 and Adobe Media Server

This tutorial walk through how to launch amazon EC2 instances and the process of configuring live streaming with Adobe Media Server, the platform for streaming HD video with good audio quality. This platform will help to deliver your live video directly to a target audience of almost any size. To get started with amazon EC2: You will primarily use AWS Management Console, a point-and-click web-based interface. Sign up for EC2 – AWS account. Sign in to the AWS Management Console and open the Amazon EC2 console at https://console.aws.amazon.com/ec2/ . From the navigation bar, select the region for the instance . You can also use the default region. Otherwise this choice is important because some EC2 resources can be shared between regions, while others cant.  For example, if you'd like to connect your instance to an existing EBS volume, you must launch the instance in the same region as the volume. Click -> Launch instance – An instance is a virtual server in the clo...