videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any way to pipe mp2t URL stream to this lib?

erickythierry opened this issue · comments

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