* Refactor dts validation logic into a separate function Create a decompression timestamp validation function to move the logic out of the worker into a separate class. This also uses the python itertools.chain to chain together the initial packets with the remaining packets in the container iterator, removing additional inline if statements. * Reset dts validator when container is reset * Fix typo in a comment * Reuse existing dts_validator when disabling audio stream |
||
---|---|---|
.. | ||
__init__.py | ||
const.py | ||
core.py | ||
fmp4utils.py | ||
hls.py | ||
manifest.json | ||
recorder.py | ||
worker.py |