2
votes

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?

2

2 Answers

2
votes

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

1
votes

You might want to take a look at dash-srd.js, which is the player issued by medialab.

It is based on dash.js and also supports SRD.