ChangbaDevs/KTVHTTPCache
A powerful media cache framework. observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 40
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3226
- days_rel: n/a
- days_push: 363
- n_releases_24m: 0
Adoption not part of the score
2508 stars · 484 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity stable
caching http-server video-processing audio-processing media mobile-development media-cache http-proxy-cache avplayer hls objective-c cocoapods video-streaming offline-playback ios macos mobile
1 source
- readme: https://github.com/ChangbaDevs/KTVHTTPCache · fetched 2026-08-28 · 6642a3c532ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ChangbaDevs/KTVHTTPCache | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="ChangbaDevs/KTVHTTPCache")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem