They asked me to explain how I implemented HLS video streaming using Node.js and FFmpeg.
Sigiloso
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.