mirror of
https://github.com/androidx/media.git
synced 2025-05-11 09:39:52 +08:00

Netflix created a spec to encapsulate VPx codecs in ISO-BMFF (MP4) Container [1]. This CL adds support for VP8 and VP9 video codecs in the MP4 container. [1] https://github.com/Netflix/vp9-dash/blob/master/Downloads/VPCodecISOMediaFileFormatBinding.pdf ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123160650
Demo application
This folder contains a demo application that uses ExoPlayer to play a number of test streams. It can be used as a starting point or reference project when developing other applications that make use of the ExoPlayer library.