Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to play an array of blobs or a mp2t #1867

Open
leandrocunha opened this issue Jul 20, 2024 · 0 comments
Open

How to play an array of blobs or a mp2t #1867

leandrocunha opened this issue Jul 20, 2024 · 0 comments

Comments

@leandrocunha
Copy link

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.

@leandrocunha 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant