Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
somerobmitchell committed Jan 31, 2017
1 parent 7d28ff6 commit d9bda3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified README.md
Binary file not shown.
4 changes: 2 additions & 2 deletions src/vuplay.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(function () {
// Set your mpeg-DASH url here.
var url = "https://d1chyo78gdexn4.cloudfront.net/vualto-demo/vamps/vamps.ism/manifest.mpd";
var url = "<your-stream-url>";

// Please login to https://admin.drm.technology to generate a vudrm token.
var vudrmToken = "vualto-demo|2017-01-31T17:02:41Z|RAQrLiTYv+Z8U9LrxO0JDw==|1a7c3a4edb10d56003a5ae1df2ecce244b5fc2de";
var vudrmToken = "<your-vudrm-token>";

// Initialize dashjs.
var player = dashjs.MediaPlayer().create();
Expand Down

0 comments on commit d9bda3e

Please sign in to comment.