Xam.Plugins.Android.ExoPlayer.Core 2.19.1

Requires NuGet 2.14 or higher.

dotnet add package Xam.Plugins.Android.ExoPlayer.Core --version 2.19.1
NuGet\Install-Package Xam.Plugins.Android.ExoPlayer.Core -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.Core" 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.Core --version 2.19.1
#r "nuget: Xam.Plugins.Android.ExoPlayer.Core, 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.Core as a Cake Addin
#addin nuget:?package=Xam.Plugins.Android.ExoPlayer.Core&version=2.19.1

// Install Xam.Plugins.Android.ExoPlayer.Core as a Cake Tool
#tool nuget:?package=Xam.Plugins.Android.ExoPlayer.Core&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 (25)

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

Package Downloads
Xam.Plugins.Android.ExoPlayer.Dash

Xamarin bindings for ExoPlayer

Xam.Plugins.Android.ExoPlayer.Hls

Xamarin bindings for ExoPlayer

Xam.Plugins.Android.ExoPlayer

Xamarin bindings for ExoPlayer

Xam.Plugins.Android.ExoPlayer.UI

Xamarin bindings for ExoPlayer

Xam.Plugins.Android.ExoPlayer.SmoothStreaming

Xamarin bindings for ExoPlayer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.19.1 35,921 8/28/2023
2.19.1-xamarin1 316 8/29/2023
2.18.11 24,513 2/23/2023
2.18.10 74,507 2/16/2023
2.18.10-xamarin1 1,532 3/23/2023
2.18.9 1,853 2/6/2023
2.18.9-xamarin.1 1,328 2/6/2023
2.18.8 8,166 12/8/2022
2.18.7 295 12/7/2022
2.18.6 4,454 11/29/2022
2.18.5 414 11/18/2022
2.18.4 365 11/15/2022
2.18.3 1,525 9/2/2022
2.18.1 411 9/2/2022
2.16.1 4,437 9/2/2022
2.14.6 9,644 8/29/2022
2.14.3 559 8/11/2022
2.14.2 511 8/9/2022
2.11.8 373,297 8/10/2020
2.11.7 533 8/10/2020
2.11.6 17,024 6/24/2020
2.11.4 4,203 3/4/2020
2.11.3 782 2/24/2020
2.9.8 114,449 10/8/2019
2.9.7 10,397 7/5/2019
2.9.6 4,440 5/9/2019
2.9.0 2,792 9/28/2018
2.8.8 169,962 8/27/2018
2.8.7 1,797 8/14/2018
2.8.6 1,057 8/10/2018
2.8.5 4,598 8/1/2018
2.8.4 37,160 7/10/2018
2.8.3 3,107 6/1/2018
2.8.2 1,025 5/31/2018
2.8.1 1,102 5/29/2018
2.8.0 1,220 5/10/2018
2.7.3 10,436 4/23/2018
2.7.2 2,655 4/5/2018
2.6.0 40,540 11/28/2017
2.5.3 52,920 9/25/2017
2.5.2 5,134 9/13/2017
2.5.1.2 4,293 8/22/2017
2.5.1.1 3,237 8/21/2017
2.5.1 3,278 8/21/2017