Commit deb7f2ba by Oliver Woodman

Add AAC test stream.

parent 19eb7795
...@@ -136,6 +136,9 @@ package com.google.android.exoplayer.demo; ...@@ -136,6 +136,9 @@ package com.google.android.exoplayer.demo;
DemoUtil.TYPE_OTHER, false, true), DemoUtil.TYPE_OTHER, false, true),
new Sample("Dizzy (https->http redirect)", "uid:misc:dizzy2", "https://goo.gl/MtUDEj", new Sample("Dizzy (https->http redirect)", "uid:misc:dizzy2", "https://goo.gl/MtUDEj",
DemoUtil.TYPE_OTHER, false, true), DemoUtil.TYPE_OTHER, false, true),
new Sample("Apple AAC 10s", "uid:misc:appleaacseg", "https://devimages.apple.com.edgekey.net/"
+ "streaming/examples/bipbop_4x3/gear0/fileSequence0.aac",
DemoUtil.TYPE_OTHER, false, true),
}; };
private Samples() {} private Samples() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment