av_media_player 1.1.0
av_media_player: ^1.1.0 copied to clipboard
A lightweight media player for flutter.
About AvMediaPlayer #
A lightweight media player for flutter that builds on system or app level components. Video rendering in Texture widget. For api documentation please check here.
| Platform | Version | Backend |
|---|---|---|
| iOS | 15+ | AVPlayer |
| macOS | 12+ | AVPlayer |
| Android | 8+ | ExoPlayer |
| Windows | 10+ | MediaPlayer |
| Linux | N/A | libmpv1 |
Supported media formats #
The full list depends on the platform's native components. But the following formats are generally supported:
| Type | Formats |
|---|---|
| Video Codec | H.264, H.265(HEVC)2 |
| Audio Codec | AAC, MP3 |
| Container Format | MP4, TS |
| Subtitle Format | WebVTT3 |
| Transfer Protocol | HTTP, HLS, LL-HLS |