Ruby Wizards

Ruby Wizards

Follow
Follow
homenewsletter
Series

Audiobook streaming platform on AWS stack and Ruby on Rails

In this series I discuss the issues that I encountered while working on audiobook streaming platform.

Articles in this series

Streaming (HLS) vs progressive download

Apr 19, 20212 min read

In the context of audiobook streaming platform · Recently I was faced with the challenge of implementing a platform for audiobook streaming. "Streaming"...

Streaming (HLS) vs progressive download

Convert mp3 files to a streaming-ready format

Apr 20, 20213 min read

with Ruby SDK for AWS MediaConvert · In my yesterday's post, I described why I decided to take advantage of the HLS streaming in my new project which is...

Convert mp3 files to a streaming-ready format

How do I use ActiveJob to track the progress of long-running remote tasks?

Apr 21, 20212 min read

Yesterday I wrote a post about initializing AWS Elemental MediaConvert job. It's a common case that you initiate a task and have to wait some...

How do I use ActiveJob to track the progress of long-running remote tasks?

Securing Amazon Cloudfront stream with signed cookies

Apr 22, 20212 min read

In the context of audiobook streaming platform · In one of my recent posts I described the challenges I faced while building the audiobook streaming...

Securing Amazon Cloudfront stream with signed cookies

Accessing Cloudfront stream with VideoJS and server-side signed cookies

Apr 23, 20212 min read

Today's post is a continuation of what I wrote yesterday about securing Cloudfront stream with signed cookie. I encourage you to open this post...

Accessing Cloudfront stream with VideoJS and server-side signed cookies