Xam.Plugins.Android.ExoPlayer.MediaSession 2.19.1

Requires NuGet 2.14 or higher.

dotnet add package Xam.Plugins.Android.ExoPlayer.MediaSession --version 2.19.1
                    
NuGet\Install-Package Xam.Plugins.Android.ExoPlayer.MediaSession -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.MediaSession" Version="2.19.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xam.Plugins.Android.ExoPlayer.MediaSession" Version="2.19.1" />
                    
Directory.Packages.props
<PackageReference Include="Xam.Plugins.Android.ExoPlayer.MediaSession" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xam.Plugins.Android.ExoPlayer.MediaSession --version 2.19.1
                    
#r "nuget: Xam.Plugins.Android.ExoPlayer.MediaSession, 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.
#:package Xam.Plugins.Android.ExoPlayer.MediaSession@2.19.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xam.Plugins.Android.ExoPlayer.MediaSession&version=2.19.1
                    
Install as a Cake Addin
#tool nuget:?package=Xam.Plugins.Android.ExoPlayer.MediaSession&version=2.19.1
                    
Install as a Cake Tool

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.  net9.0-android was computed.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

Package Downloads
Plugin.MediaManager

Cross platform .NET Xamarin plugin to play and control Audio and Video

Draugas.MediaManager

Cross platform Xamarin plugin to play and control Audio and Video

BVXamarin

The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.

Plugin.MediaManager.Android.Fix

MediaManager with Android 12 patch and exo player 2.14 update

PujolsluisTest.MediaManager

Cross platform Xamarin plugin to play and control Audio and Video

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Xam.Plugins.Android.ExoPlayer.MediaSession:

Repository Stars
Baseflow/XamarinMediaManager
Cross platform Xamarin plugin to play and control Audio and Video
Version Downloads Last Updated
2.19.1 272,659 2023/8/28
2.19.1-xamarin1 309 2023/8/29
2.18.11 51,767 2023/2/23
2.18.10 1,039 2023/2/16
2.18.10-xamarin1 482 2023/3/23
2.18.9 702 2023/2/6
2.18.9-xamarin.1 1,678 2023/2/6
2.18.8 835 2022/12/8
2.18.7 454 2022/12/7
2.18.6 515 2022/11/29
2.18.5 585 2022/11/18
2.18.4 528 2022/11/15
2.18.3 764 2022/9/2
2.16.1 687 2022/9/2
2.14.6 2,997 2022/8/29
2.14.3 733 2022/8/11
2.14.2 632 2022/8/9
2.11.8 306,806 2020/8/10
2.11.7 725 2020/8/10
2.11.6 966 2020/6/24
Loading failed