Description
Refactored the video streaming architecture to scope the Service Worker under video-stream, isolating streaming traffic and simplifying client communication.
The updated flow works as follows:
-
The Service Worker is now registered under the video-stream scope, meaning it only intercepts network requests within that path. This ensures streaming logic is fully isolated from the rest of the application.
-
Introduced a dedicated player.html file that embeds the
-
The client-side video streaming service/session logic has been refactored and simplified. It now communicates directly with the embedded HTML player.
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