video_player_tvos 0.0.1
video_player_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the video_player Flutter plugin, provided by flutter-tvos.
0.0.1 #
Initial release — tvOS implementation of video_player for
flutter-tvos. Ported
from video_player_avfoundation and hand-finished for tvOS.
- Supported: asset, network (
networkUrl) and file (file) sources; play / pause / seek / volume / playback speed / looping; texture-backed rendering (AVPlayer+FlutterTexture). - Differs from iOS:
VideoPlayerController.filewith a temporary path needs a workingpath_provideron tvOS — use the bundledpath_provider_tvos. The tvOS Simulator has no network — test remote URLs on a device. Caption / track UI differences follow tvOS AVKit behaviour. - Not supported on tvOS: none for core playback.
Verified end-to-end on a physical Apple TV — 14/14 integration
tests pass; video frames render via the external-texture path on
real hardware. See README.md and PORTING_REPORT.md for detail.