Xam.Plugins.Android.ExoPlayer.UI 2.19.1

Requires NuGet 2.14 or higher.

dotnet add package Xam.Plugins.Android.ExoPlayer.UI --version 2.19.1
NuGet\Install-Package Xam.Plugins.Android.ExoPlayer.UI -Version 2.19.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xam.Plugins.Android.ExoPlayer.UI" Version="2.19.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugins.Android.ExoPlayer.UI --version 2.19.1
#r "nuget: Xam.Plugins.Android.ExoPlayer.UI, 2.19.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xam.Plugins.Android.ExoPlayer.UI as a Cake Addin
#addin nuget:?package=Xam.Plugins.Android.ExoPlayer.UI&version=2.19.1

// Install Xam.Plugins.Android.ExoPlayer.UI as a Cake Tool
#tool nuget:?package=Xam.Plugins.Android.ExoPlayer.UI&version=2.19.1

ExoPlayer Plugin for Xamarin

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.

Support

  • Feel free to open an issue. Make sure to use one of the templates!
  • Commercial support is available. Integration with your app or services, samples, feature request, etc. Email: hello@baseflow.com
  • Powered by: baseflow.com

Documentation

Using ExoPlayer

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/

Thanks to

License

  • ExoPlayerXamarin plugin is licensed under MIT
Product Compatible and additional computed target framework versions.
.NET net6.0-android33.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net8.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Xam.Plugins.Android.ExoPlayer.UI:

Package Downloads
Xam.Plugins.Android.ExoPlayer

Xamarin bindings for ExoPlayer

zoommeetingsdk.dotnet.android

Package Description

Resul.Sdk.Plugin

Package Description

resulplugin

Package Description

Xam.Plugins.Android.AmazonExoPlayerPort

Xamarin bindings for Amazon ExoPlayer Port

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.19.1 35,283 8/28/2023
2.19.1-xamarin1 348 8/29/2023
2.18.11 24,294 2/23/2023
2.18.10 73,937 2/16/2023
2.18.10-xamarin1 1,478 3/23/2023
2.18.9 1,872 2/6/2023
2.18.9-xamarin.1 1,271 2/6/2023
2.18.8 8,089 12/8/2022
2.18.7 313 12/7/2022
2.18.6 4,153 11/29/2022
2.18.5 418 11/18/2022
2.18.4 399 11/15/2022
2.18.3 1,546 9/2/2022
2.16.1 4,437 9/2/2022
2.14.6 9,609 8/29/2022
2.14.3 572 8/11/2022
2.14.2 533 8/9/2022
2.11.8 356,400 8/10/2020
2.11.7 565 8/10/2020
2.11.6 17,379 6/24/2020
2.11.4 4,197 3/4/2020
2.11.3 865 2/24/2020
2.9.8 109,966 10/8/2019
2.9.7 9,563 7/5/2019
2.9.6 4,401 5/9/2019
2.9.0 2,566 9/28/2018
2.8.8 67,841 8/27/2018
2.8.7 1,647 8/14/2018
2.8.6 1,041 8/10/2018
2.8.5 4,105 8/1/2018
2.8.4 35,067 7/10/2018
2.8.3 2,901 6/1/2018
2.8.2 2,620 5/31/2018
2.8.1 1,017 5/29/2018
2.8.0 1,222 5/10/2018
2.7.3 6,865 4/23/2018
2.7.2 2,592 4/5/2018
2.6.0 38,675 11/28/2017
2.5.3 49,025 9/25/2017
2.5.2 3,557 9/13/2017
2.5.1.2 2,494 8/22/2017
2.5.1.1 1,672 8/21/2017
2.5.1 1,688 8/21/2017