Can dash.js use segments from different video files? -


i have number of mp4 files want connect on client , play 1 contiguous video soundtrack plays on them. seems dash.js might tool job, examples i've seen far split single mp4 segments. can use dash.js play many mp4 files if single file? i'm guessing i'd have convert mp4 files other format - fine.

"can use dash.js play many mp4 files if single file?" no. dash.js plays .mpd manifest files.

suggest use mp4box concatenate multiple mp4s in single mp4, use mp4box package file in dash presentation, dash.js play after mount manifest , media files on web server.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -