+-----------------------------------------------------------+
| LOGO | Home | About | 2021 Videos ▼ | Contact | (🔍) |
+-----------------------------------------------------------+
[Filter] Category ▾ Speaker ▾ Duration ▾ [Clear All]
Search: [_____________________________] (magnifier)
-----------------------------------------------------------
| [Thumbnail] | [Thumbnail] | [Thumbnail] | [Thumbnail] |
| "AI in 2021" | "Commencement"| "Robotics Lab" | "Alumni Panel" |
| 12:34 | 03:21 | 08:45 | 15:02 |
-----------------------------------------------------------
| [Thumbnail] | [Thumbnail] | [Thumbnail] | [Thumbnail] |
| "Data Science Workshop" ... |
-----------------------------------------------------------
[Load More] (infinite scroll)
When a thumbnail is clicked:
+-----------------------------------------------------------+
| X (close) |
| ------------------------------------------------------- |
| [Video Player – HLS] |
| ------------------------------------------------------- |
| Title: AI in 2021 |
| Date: 2021‑03‑12 | Duration: 12:34 |
| Tags: #AI #MachineLearning |
| ------------------------------------------------------- |
| Description: A deep‑dive into the AI projects… |
| ------------------------------------------------------- |
| [Add to Playlist] [Download] [Share ▼] |
+-----------------------------------------------------------+
| Feature | Benefit | |---------|----------| | AI‑generated transcripts (AWS Transcribe) → searchable subtitles. | | Recommendation engine (collaborative filtering) → “You may also like” carousel. | | Live‑Q&A overlay for recorded webinars (embed comments). | | Gamified badges (watch 5 videos, share 3) → increase engagement. | | Multilingual subtitles (crowd‑sourced) → broader reach. | mmsbee videos 2021
| Method | Path | Description |
|--------|------|-------------|
| GET /api/v1/videos?year=2021&category=lecture&search=AI&page=2&size=24 | Paginated list with filters |
| GET /api/v1/videos/:slug | Full video metadata (incl. signed streaming URL) |
| POST /api/v1/videos (admin) | Upload video metadata + optional S3 signed upload URL |
| PATCH /api/v1/videos/:id (admin) | Update metadata or visibility |
| POST /api/v1/playlists (auth) | Create a new playlist |
| POST /api/v1/playlists/:id/items (auth) | Add video to playlist |
| GET /api/v1/analytics/video/:id (admin) | Retrieve aggregated stats |
| POST /api/v1/share | Log a share action (platform, referrer) | mmsbee videos 2021