Dash.js with Peer5 for DASH integration¶
Dash.js is an open source DASH player.
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 Dash.js plugin based on your player version.
Peer5 client and plugins scripts¶
Add the following two scripts to the head
of your player's page:
1 2 |
|
Complete Example¶
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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
Visit the full Dash.js docs here.
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.