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
a2502226
authored
Jan 16, 2023
by
Görkem Güclü
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Removed thumbnails example streams from media.exolist.json
parent
f518cb66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
18 deletions
demos/main/src/main/assets/media.exolist.json
demos/main/src/main/java/com/google/android/exoplayer2/demo/PlayerActivity.java
demos/main/src/main/assets/media.exolist.json
View file @
a2502226
...
...
@@ -632,23 +632,6 @@
]
},
{
"name"
:
"Thumbnails"
,
"samples"
:
[
{
"name"
:
"Single adaptation set, 7 tiles at 10x1, each thumb 320x180"
,
"uri"
:
"https://dash.akamaized.net/akamai/bbb_30fps/bbb_with_tiled_thumbnails.mpd"
},
{
"name"
:
"Single adaptation set, SegmentTemplate with SegmentTimeline"
,
"uri"
:
"https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel-tiled-thumbnails-timeline.ism/.mpd"
},
{
"name"
:
"Single adaptation set, SegmentTemplate with SegmentNumber"
,
"uri"
:
"https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel-tiled-thumbnails-numbered.ism/.mpd"
}
]
},
{
"name"
:
"Misc"
,
"samples"
:
[
{
...
...
demos/main/src/main/java/com/google/android/exoplayer2/demo/PlayerActivity.java
View file @
a2502226
...
...
@@ -116,6 +116,7 @@ public class PlayerActivity extends AppCompatActivity
playerView
.
setControllerVisibilityListener
(
this
);
playerView
.
setErrorMessageProvider
(
new
PlayerErrorMessageProvider
());
playerView
.
requestFocus
();
if
(
savedInstanceState
!=
null
)
{
trackSelectionParameters
=
TrackSelectionParameters
.
fromBundle
(
...
...
@@ -281,7 +282,6 @@ public class PlayerActivity extends AppCompatActivity
player
.
setPlayWhenReady
(
startAutoPlay
);
playerView
.
setPlayer
(
player
);
configurePlayerWithServerSideAdsLoader
();
debugViewHelper
=
new
DebugTextViewHelper
(
player
,
debugTextView
);
debugViewHelper
.
start
();
}
...
...
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