fluxa/player
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
..
src Fetch MKV attachments in a single streamed read instead of two requests 2026-07-19 17:12:41 +03:00
build.gradle.kts Route player HTTP traffic through Cronet for QUIC/connection migration 2026-07-19 17:09:52 +03:00