8 Commits

Author SHA1 Message Date
e0779fd76f Enhance CORS configuration in docker-compose.yml and update video element crossorigin attribute in index.html 2025-12-18 18:16:50 -05:00
a537451474 Update package version to 0.0.12 and modify crossorigin attribute for video element in index.html 2025-12-18 18:14:27 -05:00
d514e41a57 Update package version to 0.0.11 and add crossorigin attribute to video element in index.html 2025-12-18 18:12:31 -05:00
799089caa4 Update docker-compose.yml to use the latest image version and streamline CORS middleware configuration 2025-12-18 05:40:11 -05:00
f9414c09bc Update package version to 0.0.10 and set crossOrigin attribute for video element in VideoPlayer class 2025-12-18 05:34:41 -05:00
00e2e8ac3c Update docker-compose.yml to use the new image path and bump package version to 0.0.9 in package.json 2025-12-17 23:27:44 -05:00
9761c2ab4d added .nvmrc file 2025-12-17 23:20:04 -05:00
1fd455d29b Add initial project structure with Docker setup, SOLID principles, and video player implementation
- Created .gitignore to exclude logs and build artifacts.
- Added Dockerfile and docker-compose.yml for containerized deployment.
- Implemented a video player following SOLID principles with classes for video source, audio control, and volume meter.
- Introduced interfaces for audio, video source, and volume meter to ensure adherence to Interface Segregation Principle.
- Developed main entry point and HTML structure for the video player application.
- Included TypeScript configuration and package.json for project dependencies.
2025-12-17 22:33:35 -05:00