Sometimes you need to self-host your own Podcast files and feed. Here's how using Amazon Web Services.
Radio
Total 23 Posts
How to create your first Alexa skill –with pictures!
Amazon acquired a company called Elemental back in 2015 and has now released a suite of products to help broadcasters (big and small) distribute and syndicate video online. Think of Elemental as Amazon's in-house solution to Adobe's defunct Flash Media Server and Wowza's cloud-based solutions. The idea is simple yet
Amazon Web Services offers a suite of tools for podcast producers to distribute their audio online. There's CloudFront for caching, S3 for storage, Glacier for long-term storage, Elemental for real-time distributing, Tailor for server-side ad insertion. I thought it would be to fun to show how to use Elastic Transcoder
For the past few months, my team at USC Radio Labs has been working to solve a pretty interesting problem; how to convert 60k+ audio files from WAV format to something more internet-ready. To provide context, in the 1990s, many radio stations started moving towards automating their music programming. The
As a software engineer, I spend a lot of time discovering new tools to help me become more productive. One of the most valuable –yet not often mentioned– is music. Since I work in radio, I spend even more time thinking about music curation than the average person and yes,
I've been working in radio for 7 years and over that time people, have asked me how many types of radio apps I can actually make. I tell that that I'm not making the same app over and over again. There are, in fact, many different types of radio apps.
You will need the requests library to capture album artwork from Fetch Art. pip install requests Install requests library for Python.We need imagemagick to do some image processing. I use Homebrew package manager to install imagemagick. Here's how to install Homebrew on OSX brew install imagemagickInstall imagemagick do conduct
ISRC stands for International Standard Recording Code is pretty much like the audio equivalent of a GS1 US for barcodes and product identification. According to GS1 US: GS1 standards allow you to easily identify, manage, and share product data with your trading partners, supply chains, and customers to streamline operations,
How to get 30 second previews of music using Apple's API.