mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add HLS stream and remove non-working content from Cast demo app
PiperOrigin-RevId: 230496581
This commit is contained in:
parent
4182f37b6e
commit
52f25f6ea8
1 changed files with 1 additions and 12 deletions
|
|
@ -88,23 +88,12 @@ import java.util.UUID;
|
||||||
// App samples.
|
// App samples.
|
||||||
ArrayList<Sample> samples = new ArrayList<>();
|
ArrayList<Sample> samples = new ArrayList<>();
|
||||||
|
|
||||||
|
// Clear content.
|
||||||
samples.add(
|
samples.add(
|
||||||
new Sample(
|
new Sample(
|
||||||
"https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd",
|
"https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd",
|
||||||
"Clear DASH: Tears",
|
"Clear DASH: Tears",
|
||||||
MIME_TYPE_DASH));
|
MIME_TYPE_DASH));
|
||||||
samples.add(
|
|
||||||
new Sample(
|
|
||||||
"https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/"
|
|
||||||
+ "hls/TearsOfSteel.m3u8",
|
|
||||||
"Clear HLS: Tears of Steel",
|
|
||||||
MIME_TYPE_HLS));
|
|
||||||
samples.add(
|
|
||||||
new Sample(
|
|
||||||
"https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_4x3"
|
|
||||||
+ "/bipbop_4x3_variant.m3u8",
|
|
||||||
"Clear HLS: Basic 4x3",
|
|
||||||
MIME_TYPE_HLS));
|
|
||||||
samples.add(
|
samples.add(
|
||||||
new Sample(
|
new Sample(
|
||||||
"https://html5demos.com/assets/dizzy.mp4", "Clear MP4: Dizzy", MIME_TYPE_VIDEO_MP4));
|
"https://html5demos.com/assets/dizzy.mp4", "Clear MP4: Dizzy", MIME_TYPE_VIDEO_MP4));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue