Pergunta de entrevista da empresa DAZN

They asked me to explain how I implemented HLS video streaming using Node.js and FFmpeg.

Resposta da entrevista

Sigiloso

16 de mar. de 2026

I explained that I used FFmpeg to transcode the video into multiple segments and generate the .m3u8 playlist. Node.js was used to manage the processing pipeline, store segments, and serve the HLS stream efficiently to the client.