video_player_tvos 0.0.1 copy "video_player_tvos: ^0.0.1" to clipboard
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.file with a temporary path needs a working path_provider on tvOS — use the bundled path_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.

0
likes
140
points
48
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the video_player Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, meta, video_player_platform_interface

More

Packages that depend on video_player_tvos

Packages that implement video_player_tvos