• Joined on 2023-05-28
colin created repository colin/midtownplaydio 2025-03-12 18:59:38 -04:00
colin pushed to main at colin/ShowerLoop-cc 2025-03-10 13:19:06 -04:00
7075287a0c throwing spaghetti for now
colin pushed to main at colin/ShowerLoop-cc 2025-03-10 12:55:29 -04:00
e7b9755069 Fix video playback issues by using H.264 codec for video2 and standardizing video elements
colin pushed to main at colin/ShowerLoop-cc 2025-03-10 12:28:26 -04:00
9fc51145eb Replace VideoJS with native HTML5 video player for dedicated video pages
colin pushed to main at colin/ShowerLoop-cc 2025-03-10 12:25:18 -04:00
89cda52027 Fix video player initialization and improve video container styling
colin pushed to main at colin/ShowerLoop-cc 2025-03-10 12:16:32 -04:00
70cf8bf47b Add dedicated video pages with HLS streaming support
1fd7b9f9cf Add Chrome-specific video fallback with play button and lightbox
Compare 2 commits »
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 14:35:31 -05:00
b714d1a2d6 Add HLS video streaming support with multiple resolutions and WebP thumbnails
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 13:53:11 -05:00
16393510dd Remove all VideoJS references and simplify video implementation
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 12:56:32 -05:00
29756d4414 Standardize all references to video-init script to use /static/js/videojs/video-init.min.js path
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 12:49:41 -05:00
fcf3c58464 Add VideoJS files to static directory and update references to include multiple paths
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 12:48:06 -05:00
89dfe2e1fe Fix script references to point to the correct VideoJS file locations
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 12:33:08 -05:00
1b99dfec36 Make Caddyfile more permissive: Remove MIME type restrictions and allow all content types
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 12:08:22 -05:00
4de0435b6a Update .htaccess to support multiple MIME types for m3u8 files
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 12:07:23 -05:00
41ef9cd254 Fix MIME type configuration to allow multiple formats for m3u8 files and ensure all VideoJS files are properly deployed
colin pushed to main at colin/ShowerLoop-cc 2025-03-08 11:57:50 -05:00
376784527f Refactor video implementation: Replace complex VideoJS setup with clean minimal implementation. Fixes HLS video playback on all pages, improves server MIME type configuration, removes unnecessary files and scripts.
colin pushed to main at colin/ShowerLoop-cc 2025-03-07 19:33:19 -05:00
adaec67969 Update HLS video handling in templates
colin pushed to main at colin/ShowerLoop-cc 2025-03-07 19:33:12 -05:00
f324bc4eca Fix Content Security Policy and video MIME types
colin pushed to main at colin/ShowerLoop-cc 2025-03-07 19:29:23 -05:00
20d50e35b3 Update video MIME types in HTML files for cross-browser compatibility
colin pushed to main at colin/ShowerLoop-cc 2025-03-07 19:29:16 -05:00
683d0efbec Fix file structure and video compatibility issues
colin pushed to main at colin/ShowerLoop-cc 2025-03-07 19:16:54 -05:00
406cb488ad Remove old .cursor configuration