strukturag / libde265.js

JavaScript-only version of libde265 HEVC/H.265 decoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to seek

wangniancai opened this issue · comments

Libde265 could not support seek

As already answered in #8 and in reply to your mail, libde265.js is only a raw bitstream decoder. Seeking must be implemented by the layer above that handles the container format and knows where the frames seeked to start.

You can then use libde265.js to decode the new frames (after resetting the decoder using the reset method).