Hi, I want to seek to a certain position in the played file. An API like: ` player.seek(15000/*milliseconds*/)` would be great. https://github.com/isaacs/fs-readstream-seek seems to allow seeking in streams.
Hi,
I want to seek to a certain position in the played file.
An API like:
player.seek(15000/*milliseconds*/)would be great.
https://github.com/isaacs/fs-readstream-seek
seems to allow seeking in streams.