Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
52f25f6e
authored
Jan 23, 2019
by
aquilescanta
Committed by
Oliver Woodman
Jan 29, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add HLS stream and remove non-working content from Cast demo app
PiperOrigin-RevId: 230496581
parent
4182f37b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
12 deletions
demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/DemoUtil.java
demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/DemoUtil.java
View file @
52f25f6e
...
...
@@ -88,6 +88,7 @@ import java.util.UUID;
// App samples.
ArrayList
<
Sample
>
samples
=
new
ArrayList
<>();
// Clear content.
samples
.
add
(
new
Sample
(
"https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd"
,
...
...
@@ -95,18 +96,6 @@ import java.util.UUID;
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
(
new
Sample
(
"https://html5demos.com/assets/dizzy.mp4"
,
"Clear MP4: Dizzy"
,
MIME_TYPE_VIDEO_MP4
));
SAMPLES
=
Collections
.
unmodifiableList
(
samples
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment