hls.js icon indicating copy to clipboard operation
hls.js copied to clipboard

[question] reverse play

Open aekiratli opened this issue 2 years ago • 1 comments

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

aekiratli avatar Jul 13 '23 14:07 aekiratli

This is not possible unless the browser supports negative values for HTMLMediaElement playbackRate. Safari, Chrome, and Firefox throw NotSupportedError exceptions when attempting this.

robwalch avatar Jul 16 '25 14:07 robwalch