refactor(app): add file size check and dynamic playlist generation #29

Merged
wandabastyle merged 2 commits from pvr into main 2026-04-30 12:53:43 +02:00
wandabastyle commented 2026-04-30 12:51:36 +02:00 (Migrated from github.com)
  • Added file size check to ensure recording files are not empty, enhancing robustness.
  • Refactored playlist generation logic to support dynamic segmenting based on assumed bitrate and file size.
  • Introduced utility function `percent_encode_query_component` for URL encoding query components securely.
  • Updated web route handlers to include error type handling for network and media errors, implementing recovery mechanisms.
- Added file size check to ensure recording files are not empty, enhancing robustness. - Refactored playlist generation logic to support dynamic segmenting based on assumed bitrate and file size. - Introduced utility function \`percent_encode_query_component\` for URL encoding query components securely. - Updated web route handlers to include error type handling for network and media errors, implementing recovery mechanisms.
Sign in to join this conversation.
No description provided.