Author: Alexandre Blanchet

Early in my career, I specialized in the Python language. Python has been a constant in my professional life for over 10 years now. In 2018, I moved to London where I worked at companies of various sizes as a Python developer for five years. In parallel, I developed my activity as a Mentor, to which I now dedicate myself full-time.

Stream MP4 from S3 to a HTML page

Convert MP4 to HLS A mp4 cannot be read directly from HTML. For that it needs to be converted to a HLS file. HLS stands for HTTP Live Streaming. Below the

Read More

Video streaming with ffmpeg and videojs

In this tutorial, we will set up an RTMP server and stream a movie trailer locally using ffmpeg to stream an MP4 file. Then, we will use VLC to connect to

Read More