We have bytes encrypted video files stored on the server, and we want to achieve “real-time” decryption of the byte stream on the web browser side for online playback.
PS: Implementation on the client-side is not an issue; the client can intercept the player’s requests, decrypt the returned byte stream, and then pipe it to the player. However, tackling this issue on the web side presents a challenge.