videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seek within a single large ts file

asbai opened this issue · comments

commented

We are trying to play a single large ts file with mux.js, But we couldn’t find out how to make mux.js support random seeking (We are looking for something like the seek method of the mp4box.js.

How should similar functions be implemented in mux.js?

Thanks :-)