Search code examples
androidvideo-streamingandroid-mediaplayerexoplayermpeg-dash

Android Media Player with support of MPEG-DASH


I'm looking for an open-source media player or API for Android that can support MPEG-DASH and its amendments such as the Spatial Relation Description (SRD) feature for tiled videos. Any suggestions?

I thought the mediaplayer API of Android supports DASH, but apparently it does not. They advocate for a player called ExoPlayer (http://google.github.io/ExoPlayer/) that supports DASH, smooth Streaming, and such. I was wondering if it supports all features of DASH such as SRD?

How about HEVC?


Solution

  • currently Exoplayer doesnot support SRD. reference : https://github.com/google/ExoPlayer/issues/1569

    For HVEC, I think yes. reference : https://github.com/google/ExoPlayer/issues/605