Hi everyone,

I mostly like to work in Google Colab because it has a fast connection, good performance, and it's easy to save everything directly to Google Drive. In this post, I’ll show you how to set up and use hlsdl in Colab. If you're new to this like me, you might find it helpful!

✅ Step 1: Install Dependencies

Code:
!apt update
!apt install -y build-essential git
✅ Step 2: Clone and Build hlsdl

Code:
!git clone https://github.com/selsta/hlsdl.git
%cd hlsdl
!make
All done 😇

Let's see is it working

Code:
!./hlsdl -o "/content/test.ts" -k "7333506138442f4c73305062566a5872684a7a5270773d3d0A" "https://media.publit.io/file/AcademicEnglish/ResearchPaperMastery/Week1/0kr337e5_3.m3u8"

Colab_File