mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
ce08da5609
This PR introduces support for `ProducerReferenceTime` tags in DASH. When finding any, it emits event, similar to inband PRFTs added in #4389. Additionally, calculated start date from `ProducerReferenceTime` is used as program start date, as it's more accurate value than `MPD#availabilityStartTime` used before.
28 lines
518 B
YAML
28 lines
518 B
YAML
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
|
version: '0.2'
|
|
language: en
|
|
dictionaryDefinitions:
|
|
- name: project-words
|
|
path: ./project-words.txt
|
|
addWords: true
|
|
dictionaries:
|
|
- en_US
|
|
- en-gb
|
|
- typescript
|
|
- python
|
|
- project-words
|
|
ignorePaths:
|
|
- /**/*.html
|
|
- /**/*.less
|
|
- /**/*.sh
|
|
- /**/*.svg
|
|
- /**/*.yaml
|
|
- node_modules
|
|
- build/types
|
|
- build/README.md
|
|
- dist
|
|
- externs/*.js
|
|
- test/test/assets
|
|
- ui/locales
|
|
- /project-words.txt
|