videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.
Apache License 2.0
1.11k stars 210 forks source link

any way to pipe mp2t URL stream to this lib? #409

Open erickythierry opened 2 years ago

erickythierry commented 2 years ago

I have a url that returns a stream with chunked data in mp2t format. Can anyone give me a tip on how to pipe the stream to this lib right in the browser?

I used the example code from the readme by inserting the url in the elements array and I saw that the browser starts to download the data but it stays on it endlessly, so I believe something is missing