mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Removed thumbnails example streams from media.exolist.json
This commit is contained in:
parent
f518cb660c
commit
a250222643
2 changed files with 1 additions and 18 deletions
|
|
@ -631,23 +631,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": [
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue