/iFIT.Xamarin.ExoPlayer

Xamarin.Android bindings library for the Google ExoPlayer library

Primary LanguageC#MIT LicenseMIT

iFIT.Xamarin.ExoPlayer

Build Nuget

Xamarin.Android bindings library for the ExoPlayer.
Built with Sufficient Bindings Approach.

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.

Included Java Libraries

Please note, that this bindings library includes the following java libraries combined into a single package:

  • exoplayer
  • exoplayer-common
  • exoplayer-extractor
  • exoplayer-core
  • exoplayer-dash
  • exoplayer-hls
  • exoplayer-smoothstreaming
  • exoplayer-transformer
  • exoplayer-ui

Support

  • Feel free to open any issue.
  • Feel free to open a Pull Request with some updates for API exposing or other stuff.
  • Please note that SBA principles and recommendations should be applied to your PR in order to be approved.

Documentation

Using ExoPlayer

The iFIT.Xamarin.ExoPlayer package is available on Nuget.

Check out the sample project in order to understand how to use the ExoPlayer in your applicaiton.

For more details it's better to check the developer guide, the API is very similar to the C# code so it should be easy to translate from java world.