You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does ExoPlayer support whatever audio codecs the device does? Or does it have a list of supported codecs? Presumably the same applies for video?
I was asked if our app (using ExoPlayer) supports videos with "Dolby TrueHD 7.1 ATMOS" audio tracks, e.g: http://thedigitaltheater.com/index.php/dolby-trailers/. Unfortunately I don't have a device that supports ATMOS, so can't really test it for myself.
The text was updated successfully, but these errors were encountered:
On the rendering side, MediaCodecAudioRenderer and MediaCodecVideoRenderer support whatever codecs the device has, but on the extraction side we have to add support for each format individually (which can be non-trivial). See also Supported formats for more information.
Note that for surround playback it is common to output encoded audio directly to an audio receiver (passthrough). The Android platform supports passthrough of arbitrary formats from Nougat onwards, and #2147 tracks exposing this functionality. We're unlikely to prioritize it in the near future, however.
Not sure about TrueHD vs Atmos but this page suggests that TrueHD is an extension.
Does ExoPlayer support whatever audio codecs the device does? Or does it have a list of supported codecs? Presumably the same applies for video?
I was asked if our app (using ExoPlayer) supports videos with "Dolby TrueHD 7.1 ATMOS" audio tracks, e.g: http://thedigitaltheater.com/index.php/dolby-trailers/. Unfortunately I don't have a device that supports ATMOS, so can't really test it for myself.
The text was updated successfully, but these errors were encountered: