Skip to content

Commit

Permalink
updates asset path to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira authored Dec 16, 2016
1 parent 06de751 commit ca04d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

A [clappr](https://github.com/clappr/clappr) playback to play dash based on [shaka-player](https://github.com/google/shaka-player).

> CDNJS: https://cdnjs.cloudflare.com/ajax/libs/dash-shaka-playback/2.0.3/dash-shaka-playback.js
> CDNJS: https://cdnjs.cloudflare.com/ajax/libs/dash-shaka-playback/2.0.4/dash-shaka-playback.js
>
> (for some reason jsdelivr is not working) CDN JSDELIVR: https://cdn.jsdelivr.net/clappr.dash-shaka-playback/latest/dash-shaka-playback.js
>
> NPM: https://www.npmjs.com/package/dash-shaka-playback/
# Demo

[![dash shaka playback screenshot](https://raw.githubusercontent.com/clappr/dash-shaka-playback/master/public/screen-shot-dash-clappr.png)](https://jsfiddle.net/leandromoreira/m8ndduLo/26/)
[![dash shaka playback screenshot](https://raw.githubusercontent.com/clappr/dash-shaka-playback/master/public/screen-shot-dash-clappr.png)](https://jsfiddle.net/leandromoreira/m8ndduLo/29/)

# Usage

```html
<html>
<head>
<script src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dash-shaka-playback/2.0.3/dash-shaka-playback.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dash-shaka-playback/2.0.4/dash-shaka-playback.js"></script>
</head>

<body>
Expand Down

0 comments on commit ca04d27

Please sign in to comment.