react-player
react-player copied to clipboard
How to play an array of blobs or a mp2t
I want to stream a live video from an external resource. This external resource give me a response as mp2t conten-type and I'm no able to play it in the ReactPlayer, I didn't find how.
A solution that I found was to trasmuxing it in a mp4 blob url using the mux.js. With this blob url I could play it in the ReactPlayer, here my question is how to play all those array urls in a sequence, it's possible?
I tried to pass the array in the url props bur the ReactPlayer handled it as a Youtube file and give me an error.