av_media_player 0.6.9
av_media_player: ^0.6.9 copied to clipboard
A lightweight media player for flutter that builds on system components. Video rendering in Texture widget.
AvMediaPlayer #
A lightweight media player for flutter that builds on system components. Video rendering in Texture widget. For api documentation please check here.
| Platform | Version | Backend |
|---|---|---|
| iOS | 12+ | AVPlayer |
| macOS | 11+ | AVPlayer |
| Android | 8+ | MediaPlayer |
| Windows | 10+ | MediaPlayer |
Supported Formats #
It all depends on the platform's native components. But the following formats are generally supported:
| Type | Formats |
|---|---|
| Video Codecs | H.264, H.265(HEVC)* |
| Audio Codecs | AAC, MP3 |
| Container Formats | MP4, M4V |
| Transfer Protocols | HTTP, HLS |
* Windows user may need to install a free decoder for H.265(HEVC) from Microsoft Store.