You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
leandrocunha
changed the title
How to play an array of blobs or and mp2t
How to play an array of blobs or a mp2t
Jul 20, 2024
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.
The text was updated successfully, but these errors were encountered: