Skip to content

Conversation

@davidsf
Copy link
Collaborator

@davidsf davidsf commented Feb 8, 2026

Allows admins to configure a video URL that will be displayed on the conference splashpage with autoplay. Supports multiple video platforms: YouTube, Vimeo, PeerTube, and Invidious.

Features:

  • Multi-platform video support with automatic platform detection
  • Video autoplay with mute for browser compatibility
  • Responsive 16:9 aspect ratio video player
  • Extensible architecture for adding new platforms
  • Full i18n support (English and Spanish)
  • Comprehensive model tests

Implementation:

  • Add video_url field to splashpages table
  • Platform detection using regex patterns
  • Automatic embed URL generation with autoplay parameters
  • Admin form with video URL field and validation
  • Model validations for URL format and supported platforms

Closes #8

Allows admins to configure a video URL that will be displayed on the
conference splashpage with autoplay. Supports multiple video platforms:
YouTube, Vimeo, PeerTube, and Invidious.

Features:
- Multi-platform video support with automatic platform detection
- Video autoplay with mute for browser compatibility
- Responsive 16:9 aspect ratio video player
- Extensible architecture for adding new platforms
- Full i18n support (English and Spanish)
- Comprehensive model tests

Implementation:
- Add video_url field to splashpages table
- Platform detection using regex patterns
- Automatic embed URL generation with autoplay parameters
- Admin form with video URL field and validation
- Model validations for URL format and supported platforms

Closes #8
@davidsf davidsf merged commit 5a40d85 into master Feb 8, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add video to splashpage

1 participant