Shaka Player with Peer5 for DASH integration¶
Shaka Player is a free and open source HTML5 video player that supports playing MPEG-DASH without any plugin. In addition Shaka plays HLS video on the Chromecast.
The integration with Peer5 plugin is easy and involves just two lines of code. In addition to the player script, simply include the Peer5 client and the matching Peer5 ShakaPlayer plugin based on your player version.
Peer5 client and plugins scripts¶
Add the following two scripts to the head
of your player's page, based on your player version:
ShakaPlayer v2.x¶
1 2 |
|
Complete Example (ShakaPlayer 2)¶
The following information needs to be filled according to your actual data:
PEER5_CUSTOMER_ID
your Peer5 Customer IDMANIFEST_FILE
url to your.mpd
file (or.m3u8
on the Chromecast)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
Visit here for the full Shaka Player docs.
To test that you integrated with Peer5 correctly, and to see stats about what the Peer5 integration is doing, you can view the stats overlay.