Skip to content

Commit

Permalink
docs: better explain how to update the JS manifest files (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Mar 26, 2021
1 parent 608aa9d commit 21aa91c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Refer to the [video.js plugin conventions][conventions] for more detail on best

When you've made your changes, push your commit(s) to your fork and issue a pull request against the original repository.

#### Updating test expecations

You can regenerate the JS manifest files by running `mpd-to-m3u8-json` binary (or via the web page) but you'll need to update the `pssh` properties to be converted into a `new Uint8Array`.

### Running Tests

Testing is a crucial part of any software project. For all but the most trivial changes (typos, etc) test cases are expected. Tests are run in actual browsers using [Karma][karma].
Expand Down

0 comments on commit 21aa91c

Please sign in to comment.