mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add AAC test stream.
This commit is contained in:
parent
19eb7795fe
commit
deb7f2badd
1 changed files with 3 additions and 0 deletions
|
|
@ -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() {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue