fluxa/player/src
KhooLy f4ea52a890 Fetch MKV attachments in a single streamed read instead of two requests
fetchAttachmentsViaSeekHead previously issued a 16-byte header range
request, parsed the EBML element length, then issued a second range
request for the full attachments blob. Now it opens one range request
up to MAX_ATTACHMENTS_BYTES and streams the header plus payload off
the same connection, saving a round trip per playback start.
2026-07-19 17:12:41 +03:00
..
androidMain/kotlin/com/fluxa/app Fetch MKV attachments in a single streamed read instead of two requests 2026-07-19 17:12:41 +03:00
commonMain/kotlin/com/fluxa/app Migrate Android trailer resolution to fluxa-core and fix hero playback UI 2026-07-19 02:30:59 +03:00
commonTest/kotlin/com/fluxa/app Move data/player/domain logic into commonMain KMP source sets 2026-07-16 23:00:28 +03:00
main/cpp Move data/player/domain logic into commonMain KMP source sets 2026-07-16 23:00:28 +03:00