mirror of
https://github.com/yattee/yattee.git
synced 2026-07-21 14:52:03 +00:00
fa6ad2235c015ca660cca47c1e4dffde8ec100ec
Apple TV 4K 1st gen on tvOS 26 crashes to the home screen with a "blocked by IOFence" gpuEvent at playback start (#949) and stutters with a starved demuxer cache (#947). Defensive fixes in the shared iOS/tvOS OpenGL path: - Drain in-flight GPU work (glFinish) before destroying the renderbuffer, so a pending presentRenderbuffer fence can't hold the CAEAGLLayer IOSurface being torn down or reallocated - Never leave the EAGLContext current on the main thread: framebuffer create/destroy and the background glFinish now unbind on exit, and setup no longer binds the context on main at all - Disable retained backing on tvOS; it exists only for iOS PiP frame capture and adds per-frame IOSurface fence pressure - Report swaps to mpv after each present so display-vdrop (the tvOS default video-sync) gets swap-timing feedback, matching macOS Add verbose-gated diagnostics for remote triage: playback stats every 10s (cache fill/rate, dropped frames, hwdec, avsync) and a rate-limited slow-frame warning in performRender. Addresses #949 and #947
Install
Features
Playback
- 4K video with custom MPV-based player (H.264, H.265, VP9, AV1)
- Picture in Picture, background audio, fullscreen
- Playback queue, history, resume from last position
- Chapter navigation, playback speed, subtitles and captions
- Gesture controls (seek, volume, brightness)
- Seek preview with storyboards
Content Sources
- YouTube via Invidious, Piped, or self-hosted Yattee Server
- PeerTube instances (federated video)
- Local files, SMB network shares, WebDAV servers
Integrations
- SponsorBlock (configurable skip categories)
- DeArrow (crowdsourced titles and thumbnails)
- Return YouTube Dislike
Privacy
- No tracking, no ads, no account required
- All traffic goes through your chosen instances
Library
- Subscriptions with per-channel notifications
- Bookmarks with tags and notes, playlists, watch history
- Unified search across all configured sources
- Import/export subscriptions (JSON, CSV, OPML)
Downloads & Sync
- Offline video and audio downloads with quality selection
- iCloud sync for bookmarks, subscriptions, history, and settings across devices
- Handoff continuity between iPhone, iPad, Mac, and Apple TV
Apple Ecosystem
- iOS 18+ / macOS 15+ / tvOS 18+
- Native SwiftUI on every platform
- Customizable home layout, accent colors, player controls, and app icon
- Clipboard URL detection and deep linking (
yattee://) - Remote control between devices on your network
Yattee Server
A self-hosted backend powered by yt-dlp that gives Yattee superpowers.
- Direct stream URLs — gets fresh YouTube CDN URLs, bypassing Invidious/Piped blocks and rate limits
- Play from 1000+ sites — Vimeo, TikTok, Twitch, Dailymotion, Twitter/X, and anything else yt-dlp supports
- Invidious-compatible API — drop-in replacement, works alongside existing Invidious/Piped instances
- Self-hosted & private — run on your own hardware, no data leaves your network
- Fast parallel streaming — yt-dlp parallel downloading streams video while it downloads
- Admin panel — web UI for settings, credentials, and monitoring
- Docker ready — single container deployment
Check out the yattee-server repository to get started.
Documentation
Contributing
Browse the issues list or open a new one to discuss your idea. Every contribution is welcome.
See AGENTS.md for developer setup and project architecture.
Join Discord or the Matrix channel if you need advice or want to discuss the project.
Translations
Help make Yattee accessible to everyone by contributing translations.
Localization hosting provided by Weblate.
License
Yattee is shared under the AGPL v3 license.
Languages
Swift
96.1%
Ruby
3.4%
C
0.4%
Shell
0.1%
