Description
Implementation of a Service Worker that will help us stream our videos without having to download them all. It will intercept the call made by the <video> tag > extract the Range header > pass it to the client (to download and decrypt it) > retrieve it again > and serve it by emulating a “fetch” call.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
This task is part of the task PB-5409.