We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the PCR is reset to 0 (PCR wraparound), the input buffer of this service, for an unknown reason begins to overflow, and after a few seconds program crashes with an error "Input buffer full". Log: 43992 376 21620 108476 Average capacity used: 43.8% Outbuf = 4034856 WARNING: PCR wraparound - first_pcr=26:30:43.702, second_pcr=0:00:00.014 28952 447440 1880 68244 Average capacity used: 43.8% Outbuf = 4211764 24440 2303000 1692 78208 Average capacity used: 43.8% Outbuf = 4087684 31208 6543152 940 83848 Average capacity used: 43.8% Outbuf = 4189956 25004 13595320 2068 73696 Average capacity used: 43.7% Outbuf = 4292228 24628 15674600 1316 73884 Average capacity used: 43.7% Outbuf = 4227744 ERROR: Stream 1, Input buffer full, dropping 1233 bytes ERROR: Stream 1, Input buffer full, dropping 1316 bytes ... Any ideas?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When the PCR is reset to 0 (PCR wraparound), the input buffer of this service, for an unknown reason begins to overflow, and after a few seconds program crashes with an error "Input buffer full".
Log:
43992 376 21620 108476 Average capacity used: 43.8% Outbuf = 4034856
WARNING: PCR wraparound - first_pcr=26:30:43.702, second_pcr=0:00:00.014
28952 447440 1880 68244 Average capacity used: 43.8% Outbuf = 4211764
24440 2303000 1692 78208 Average capacity used: 43.8% Outbuf = 4087684
31208 6543152 940 83848 Average capacity used: 43.8% Outbuf = 4189956
25004 13595320 2068 73696 Average capacity used: 43.7% Outbuf = 4292228
24628 15674600 1316 73884 Average capacity used: 43.7% Outbuf = 4227744
ERROR: Stream 1, Input buffer full, dropping 1233 bytes
ERROR: Stream 1, Input buffer full, dropping 1316 bytes
...
Any ideas?
The text was updated successfully, but these errors were encountered: