feat(recording): add recording playback and playlist functionality #28

Merged
wandabastyle merged 4 commits from pvr into main 2026-04-30 12:23:24 +02:00
wandabastyle commented 2026-04-30 12:19:58 +02:00 (Migrated from github.com)
  • Added support for HLS streaming and playlists in recording playback.
  • Implemented new API endpoints `/api/recordings/playlist.m3u8` and `/api/recordings/play`.
  • Refactored `resolve_completed_file_path` and `resolve_recording_file_path` in `src/recording.rs`.
  • Updated the UI to include header actions with "Back to channels" button.
  • Added a new route for playing recordings, accessible via `/recordings/play`.
- Added support for HLS streaming and playlists in recording playback. - Implemented new API endpoints \`/api/recordings/playlist.m3u8\` and \`/api/recordings/play\`. - Refactored \`resolve_completed_file_path\` and \`resolve_recording_file_path\` in \`src/recording.rs\`. - Updated the UI to include header actions with "Back to channels" button. - Added a new route for playing recordings, accessible via \`/recordings/play\`.
Sign in to join this conversation.
No description provided.