From 036874ce4e106133b4d89e24a7493f1b67daaa32 Mon Sep 17 00:00:00 2001
From: Scott Main
-
Android now supports Dynamic Adaptive Streaming over HTTP (DASH) in accordance with the -ISO/IEC 23009-1 standard, using existing APIs in {@link android.media.MediaCodec} and {@link +
Android now makes it easier for you to write your own Dynamic Adaptive +Streaming over HTTP (DASH) players in accordance with the ISO/IEC 23009-1 standard, +using existing APIs in {@link android.media.MediaCodec} and {@link android.media.MediaExtractor}. The framework underlying these APIs has been updated to support parsing of fragmented MP4 files, but your app is still responsible for parsing the MPD metadata and passing the individual streams to {@link android.media.MediaExtractor}.