# ChangbaDevs/KTVHTTPCache

A powerful media cache framework.

Repository: https://github.com/ChangbaDevs/KTVHTTPCache
Canonical: https://ross.abutalabs.com/products/ktvhttpcache
Language: Objective-C
License: MIT
License Family: permissive
Topics: cache, media, video, audio, player, cocoapods, carthage
Last push: 2025-09-04T06:54:40+00:00

## Health v2 (maintenance only)
Score: 50/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 40, release rhythm 35, longevity 100
- inputs: {"age_days": 3226, "days_push": 363, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2508, forks 484 (observed 2026-08-28T04:06:57.234809+00:00)

## What it is
KTVHTTPCache is an Objective-C HTTP caching framework for iOS that caches multimedia resources by acting as a local proxy server, enabling play, download, and cache simultaneously. It supports HLS, preloading, URL mapping, and works with AVPlayer or FFmpeg-based players without coupling to any specific player.

## Use cases
- cache streaming video while playing in an iOS app
- enable offline playback of media already watched
- reduce network usage when seeking back in a video
- cache HLS m3u8 streams locally
- preload video segments before playback starts
- cache audio files for a music player app
- share a global cache across downloads of the same URL

## When to choose
- you build an iOS media player and want play-while-caching
- you need HLS support with local proxy caching
- you want a player-agnostic cache layer for AVPlayer or FFmpeg players
- you need slice-based caching to minimize network requests

## When to avoid
- you need caching on Android or cross-platform (use AndroidVideoCache or similar)
- your app targets platforms other than Apple/iOS
- you need a general-purpose HTTP cache for a web backend rather than a mobile client

## Facets
- artifact type: library
- maturity: stable
- function: caching, http-server, video-processing, audio-processing
- domain: media, mobile-development
- platform: -
- tags: media-cache, http-proxy-cache, avplayer, hls, objective-c, cocoapods, video-streaming, offline-playback, ios, macos, mobile

## Member repositories
- ChangbaDevs/KTVHTTPCache (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:57.234809+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:26:31.745933+00:00, confidence not recorded.
  - readme: https://github.com/ChangbaDevs/KTVHTTPCache (fetched 2026-08-28T04:06:57.234809+00:00, sha 6642a3c532ce)
- Data as of 2026-08-30T08:39:29.467469+00:00.
