mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 22:40:32 +01:00
- Add `getChunk` handler to serve specific recording chunks based on `streamId` and `index` query params - Modify route handler to dispatch requests to either list recordings or fetch chunks - Improve `isHlsPlaylistLive` function with: - Basic validation for manifest structure - Detection of master playlists and VOD markers - Segment presence check - Timestamp freshness validation via `#EXT-X-PROGRAM-DATE-TIME` - Conservative fallback using media sequence when timestamps are absent