Hello everyone,
I'm trying to build a Node server that will fetch an external mp2t content-type and send it to the frontend to play it in a player, but looks that the player didn't support it. In this case I tried to convert a mp2t chunk in mp4 with mux.js and play in the React app and it works the problem is that I cant do it continuously to match a live stream.

So my question is what is the correct approach to stream this live stream, send a chunks and transform it on frontend, fetch the mp2t and convert it in a node server and send the resul to the frontend or there another correct way to send it properly to the frontend