Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS Extractor: Fix problem with locating first PCR in HD-PVR recordings #7988

Closed
wants to merge 1 commit into from

Commits on Sep 25, 2020

  1. TS Extractor: Fix problem with locating first PCR in HD-PVR recordings

    TV shows recorded with Hauppauge HD-PVR will play, but do not allow
    seeking and do not show the length. This is because the TsDurationReader
    cannot locate the first PCR in the first 112800 bytes. Increasing that
    buffer to 122200 bytes solves the problem. To be on the safe side I am
    setting it to double the original, or 225600 bytes. The search for last
    PCR does not have this problem so I am leaving that at 122200 bytes.
    bennettpeter committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    234ff30 View commit details
    Browse the repository at this point in the history