From 105290e3b6f4322d6e810d9c225fd85058022d8a Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Tue, 7 Mar 2023 13:09:27 +0000 Subject: [PATCH] Update DASH example Fixes https://github.com/cookpete/react-player/issues/1589 --- src/demo/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/App.js b/src/demo/App.js index 217fe202..de96a7d2 100644 --- a/src/demo/App.js +++ b/src/demo/App.js @@ -364,7 +364,7 @@ class App extends Component { {this.renderLoadButton('https://storage.googleapis.com/media-session/elephants-dream/the-wires.mp3', 'mp3')}
{this.renderLoadButton('https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8', 'HLS (m3u8)')} - {this.renderLoadButton('http://dash.edgesuite.net/envivio/EnvivioDash3/manifest.mpd', 'DASH (mpd)')} + {this.renderLoadButton('https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps_640x360_800k.mpd', 'DASH (mpd)')}