Skip to content

Commit

Permalink
Update DASH example
Browse files Browse the repository at this point in the history
Fixes #1589
  • Loading branch information
cookpete committed Mar 7, 2023
1 parent 1bbf535 commit 105290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class App extends Component {
{this.renderLoadButton('https://storage.googleapis.com/media-session/elephants-dream/the-wires.mp3', 'mp3')}
<br />
{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)')}
</td>
</tr>
<tr>
Expand Down

0 comments on commit 105290e

Please sign in to comment.