- Run
yarn start
in/react
folder to start a React application; - Run
yarn start
in/server
folder to start a Node.js server; - To generate segments run
node generate.mjs
in/server/src
-
Chunks and File players requesting a video file from a server in a “simple” way → fetch video file by a link.
-
Segments players work a bit differently → it fetches m3u8 list with the segment file names and timecodes at first and then file by one at a specific time