hls.js
hls.js copied to clipboard
[question] reverse play
What do you want to do with Hls.js?
Hi,
I couldn't find anything related to reverse play on API docs, is it possible to achieve it ?
What have you tried so far?
Searched the web, read the docs
This is not possible unless the browser supports negative values for HTMLMediaElement playbackRate. Safari, Chrome, and Firefox throw NotSupportedError exceptions when attempting this.