![]() |
VOOZH | about |
Requires NuGet 2.14 or higher.
dotnet add package Xam.Plugins.Android.ExoPlayer.Decoder --version 2.19.1
NuGet\Install-Package Xam.Plugins.Android.ExoPlayer.Decoder -Version 2.19.1
<PackageReference Include="Xam.Plugins.Android.ExoPlayer.Decoder" Version="2.19.1" />
<PackageVersion Include="Xam.Plugins.Android.ExoPlayer.Decoder" Version="2.19.1" />Directory.Packages.props
<PackageReference Include="Xam.Plugins.Android.ExoPlayer.Decoder" />Project file
paket add Xam.Plugins.Android.ExoPlayer.Decoder --version 2.19.1
#r "nuget: Xam.Plugins.Android.ExoPlayer.Decoder, 2.19.1"
#:package Xam.Plugins.Android.ExoPlayer.Decoder@2.19.1
#addin nuget:?package=Xam.Plugins.Android.ExoPlayer.Decoder&version=2.19.1Install as a Cake Addin
#tool nuget:?package=Xam.Plugins.Android.ExoPlayer.Decoder&version=2.19.1Install as a Cake Tool
๐ license
๐ Build status
๐ NuGet
๐ NuGet Pre Release
๐ GitHub tag
๐ MyGet
Xamarin bindings library for the Google ExoPlayer library.
ExoPlayer is an application level media player for Android. It provides an alternative to Androidโs MediaPlayer API for playing audio and video both locally and over the Internet. ExoPlayer supports features not currently supported by Androidโs MediaPlayer API, including DASH and SmoothStreaming adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates.
The ExoPlayer plugin is available on Nuget.
var HttpDataSourceFactory = new DefaultHttpDataSource.Factory().SetAllowCrossProtocolRedirects(true);
var MainDataSource = new ProgressiveMediaSource.Factory(HttpDataSourceFactory);
var Exoplayer = new IExoPlayer.Builder(Context).SetMediaSourceFactory(MainDataSource).Build();
MediaItem mediaItem = MediaItem.FromUri(Android.Net.Uri.Parse("https://ia800806.us.archive.org/15/items/Mp3Playlist_555/AaronNeville-CrazyLove.mp3"));
Exoplayer.AddMediaItem(mediaItem);
Exoplayer.Prepare();
Exoplayer.PlayWhenReady = true;
See the Exoplayer.Droid sample app for further details.
IMPORTANT: Exoplayer 2.9.0 and up requires Visual Studio 2019 with R8 and D8. You also need to enable AAPT2. Readmore at: https://devblogs.microsoft.com/xamarin/androids-d8-dexer-and-r8-shrinker/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-android33.0 net6.0-android33.0 is compatible. net7.0-android net7.0-android was computed. net7.0-android33.0 net7.0-android33.0 is compatible. net8.0-android net8.0-android was computed. net9.0-android net9.0-android was computed. net10.0-android net10.0-android was computed. |
Showing the top 5 NuGet packages that depend on Xam.Plugins.Android.ExoPlayer.Decoder:
| Package | Downloads |
|---|---|
|
Xam.Plugins.Android.ExoPlayer.Core
Xamarin bindings for ExoPlayer |
|
|
Xam.Plugins.Android.ExoPlayer
Xamarin bindings for ExoPlayer |
|
|
Xam.Plugins.Android.ExoPlayer.Extractor
Xamarin bindings for ExoPlayer |
|
|
Xam.Plugins.Android.AmazonExoPlayerPort.Core
Xamarin bindings for Amazon ExoPlayer Port |
|
|
Xam.Plugins.Android.AmazonExoPlayerPort
Xamarin bindings for Amazon ExoPlayer Port |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.19.1 | 440,202 | 8/28/2023 |
| 2.19.1-xamarin1 | 810 | 8/29/2023 |
| 2.18.11 | 57,413 | 2/23/2023 |
| 2.18.10 | 105,302 | 2/16/2023 |
| 2.18.10-xamarin1 | 1,870 | 3/23/2023 |
| 2.18.9 | 2,046 | 2/6/2023 |
| 2.18.9-xamarin.1 | 1,793 | 2/6/2023 |
| 2.18.8 | 10,277 | 12/8/2022 |
| 2.18.7 | 498 | 12/7/2022 |
| 2.18.6 | 4,531 | 11/29/2022 |
| 2.18.5 | 584 | 11/18/2022 |
| 2.18.4 | 515 | 11/15/2022 |
| 2.18.3 | 1,672 | 9/2/2022 |
| 2.18.2 | 596 | 9/2/2022 |
| 2.16.1 | 7,142 | 9/2/2022 |