Skip to content

Commit

Permalink
Add getVodUri method
Browse files Browse the repository at this point in the history
  • Loading branch information
sinewave440hz committed Apr 6, 2020
1 parent 0b44a93 commit 556d48a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ class HLSVod {
});
}

/**
* Retrieve master manifest Uri for this VOD
*/
getVodUri() {
return this.masterManifestUri()
}

/**
* Get all segments (duration, uri) for a specific media sequence
*
Expand Down
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 556d48a

Please sign in to comment.