Closed slifty closed 3 years ago
This PR adds support for PTS rollovers, which occur around every 26.5 hours (every 2^33 / 90 seconds).
2^33 / 90
Ingestion appliances that extend the AbstractVideoIngestionAppliance should see this support without any needed changes.
AbstractVideoIngestionAppliance
Resolves #130
Description
This PR adds support for PTS rollovers, which occur around every 26.5 hours (every
2^33 / 90
seconds).Ingestion appliances that extend the
AbstractVideoIngestionAppliance
should see this support without any needed changes.Related Issues
Resolves #130