Commit a2502226 by Görkem Güclü

Removed thumbnails example streams from media.exolist.json

parent f518cb66
......@@ -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": [
{
......
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment