Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add bitrate filter argument (#15)
* refactor: convertToALBEvent Use URLSearchParams instead of custom equivalent * refactor: rename convertToALBEvent and fix types * chore: add types for clone and xml2js * refactor: dash manifest handler * refactor: fix typo SEGEMTS->SEGMENTS in constants * refactor: fix typo seglemt->segment * refactor: fix typos parseable->parsable * refactor: small improvements to dashManifestUtils.ts Object.assign doesn't do deep clonings, so there's no point to use it around just one object, and it's standard practice to use dot notation over brackets for object properties. * refactor: clean up dash/segment.ts * refactor: statuscode.ts * refactor: configs.ts * refactor: change getManifestConfigs argument to typed json (record) * refactor: clean up hls/master.ts * chore: add comment about seemingly redundant method * refactor: small improvments * Avoid mutating input argument * Avoid declaring type if it's inferred anyway * Do decalre if it's not * feat: add support for bitrate argument * chore: add logging for when applying corruptions * fix: use 302 redirection 301 redirection means permanently moved, but we want the browser to always go via the proxy if the same segment is requested again. * chore: add myself to contributors list
- Loading branch information