Skip to content

Instantly share code, notes, and snippets.

View JamesJansson's full-sized avatar

James Jansson JamesJansson

View GitHub Profile
@askilondz
askilondz / gistlog.yml
Last active April 2, 2024 10:44
Adaptive Streaming with MPEG-DASH and HLS using AWS

Adaptive Streaming has become the neccessity for streaming video and audio. Unfortantely, as of this post, there isn't a whole lot of tutorials that accumulate all of the steps to get this working. Hopefully this post achieves that. This post focuses on using Amazon Web Services (AWS) to transcode for HLS and DASH and be the Content Delivery Network (CDN) that delivers the stream to your web page. We'll be using Video.js for the HTML5 player as well as javascript support libaries to make Video.js work with HLS and DASH.

So Here's what you need:

Set up three S3 buckets

@rdtsc
rdtsc / app.css
Created May 27, 2014 22:38
Node-Webkit Page Capture Demo
body {
background-image: linear-gradient(to right, #00F, #0F0, #F00);
font-family: sans-serif;
}
.controls {
text-align: center;
}
.content {