# zhengwenming/WMPlayer

WMPlayer-AVPlayer的封装，继承UIView，支持pods，手势快进、快退，全面适配全面屏，同时支持网络和本地视频的播放

Repository: https://github.com/zhengwenming/WMPlayer
Canonical: https://ross.abutalabs.com/products/wmplayer
Language: Objective-C
License: MIT
License Family: permissive
Topics: wmplayer
Last push: 2025-04-18T13:04:31+00:00

## Health v2 (maintenance only)
Score: 40/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 17, release rhythm 35, longevity 100
- inputs: {"age_days": 3865, "days_push": 502, "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 3274, forks 759 (observed 2026-08-28T04:07:53.265883+00:00)

## What it is
WMPlayer is an Objective-C video player library for iOS that wraps AVPlayer as a UIView subclass, supporting both network and local video playback. It provides gesture controls (brightness, volume, seek), fullscreen rotation modes, picture-in-picture, playback speed, and list-to-detail seamless playback.

## Use cases
- play network and local videos in an iOS app
- add a video player with gesture-based seek, volume, and brightness controls
- implement fullscreen video playback with rotation support
- play videos in table/collection list cells like a news feed
- seamlessly transition video playback from a list to a detail page
- support picture-in-picture and playback speed controls in iOS
- play videos from the system photo album

## When to choose
- building an iOS app in Objective-C or Swift that needs a customizable AVPlayer-based video player
- you need list-style video playback with seamless detail-page transitions
- you want gesture controls, fullscreen modes, and PiP out of the box via CocoaPods

## When to avoid
- building for Android or cross-platform (use ExoPlayer or a cross-platform player)
- you need video caching/streaming proxy features (use KTVHTTPCache alongside)
- you need a player for platforms other than iOS/iPadOS
- you need advanced DRM or streaming protocol support beyond what AVPlayer offers

## Facets
- artifact type: library
- maturity: maintenance
- function: video-processing, ui-components, plugin-system
- domain: mobile-development, media
- platform: -
- tags: avplayer, video-player, cocoapods, objective-c, ios-player, gesture-controls, picture-in-picture, fullscreen-video, video, ios, mobile, swift

## Member repositories
- zhengwenming/WMPlayer (main) score 40

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:53.265883+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-29T18:43:48.183908+00:00, confidence not recorded.
  - readme: https://github.com/zhengwenming/WMPlayer (fetched 2026-08-28T04:07:53.265883+00:00, sha c60924d830f2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
