google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.7k stars 6.01k forks source link

Support DAAST(Digital audio ads serving template)? #3745

Open shailesh2208 opened 6 years ago

shailesh2208 commented 6 years ago

is it support DAAST(Digital audio ads serving template) like VAST? If it support, then how can we implement it audio playing using DAAST? Can u provide any link?

andrewlewis commented 6 years ago

The ExoPlayer IMA extension is a wrapper around the Android IMA SDK, and it looks like they don't support DAAST. Please see https://github.com/googleads/googleads-ima-android/issues/22.

That said, we're interested in supporting a wide range of ad formats, so I'll mark this as an enhancement. It would be useful if you could provide a link to an example DAAST ad tag you'd like to play. Thanks!