fongmi/tv

TV is an open-source Android media application that supports both TV and mobile devices, built on CatVod and featuring external configuration for flexible...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 7th, 2026
Created on June 22nd, 2022
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 2,780
Total Stargazers: 9,332 (+1)
Total Subscribers: 110 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 31.8 hours
90th percentile: 41.4 hours
Tracked items: 92

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 23% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 3
Closed in 7 days: 3
Avg open age: 148 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Detailed Description

TV is an open-source Android media application that supports both TV and mobile devices, built on CatVod and featuring external configuration for flexible content expansion.

The project addresses the need for a unified media player across form factors by combining on-demand and live streaming capabilities with a pluggable content discovery system. It uses ExoPlayer with Media3 and FFmpeg for playback, supporting hardware and software decoding with automatic fallback, and implements a crawler engine that accepts content providers written in Java, JavaScript, or Python. When playback fails, the application automatically switches between resolvers, streams, and content sources to maintain continuity. The tool handles live streams in M3U, TXT, and JSON formats with XMLTV EPG support, and includes advanced networking features such as DNS over HTTPS, dynamic proxy selection by hostname, ad blocking, and WebView URL interception.

Developers building a personal media center or regional streaming application should consider this tool if they need simultaneous support for large-screen and mobile interfaces without maintaining separate codebases. The project suits scenarios where content sources are external and subject to change, since configuration is decoupled from the application binary. The README does not compare the tool to alternatives.

The project maintains active discussion and release channels. Development spans multiple specialized subsystems including DRM support for Widevine, PlayReady, and ClearKey; danmaku synchronization with remote push capability; subtitle injection from multiple sources; DLNA media casting in both directions; and Android Auto integration for vehicle displays. The codebase separates shared business logic from UI implementations for television and mobile flavors, targeting Android 7.0 and above across ARM architectures.