Skip to content

Commit 21aa91c

Browse files
authored
docs: better explain how to update the JS manifest files (#130)
1 parent 608aa9d commit 21aa91c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Refer to the [video.js plugin conventions][conventions] for more detail on best
1616

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

19+
#### Updating test expecations
20+
21+
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`.
22+
1923
### Running Tests
2024

2125
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].

0 commit comments

Comments
 (0)