phoboslab / jsmpeg

MPEG1 Video Decoder in JavaScript
MIT License
6.35k stars 1.43k forks source link

about memory and seek #377

Open cllee1214 opened 3 years ago

cllee1214 commented 3 years ago

i have some issues:

  1. error "Memory access out of bounds". i have increased the videoBufferSize. my code:

1627029211(1)

by the way, the file(out2.ts) is big, more than 10GB.

  1. if i want implement seek function. what can i do?

thanks.