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

server crashing with "need to buffer the buffer!" #3

Open
za3k opened this issue May 7, 2017 · 1 comment
Open

server crashing with "need to buffer the buffer!" #3

za3k opened this issue May 7, 2017 · 1 comment

Comments

@za3k
Copy link

za3k commented May 7, 2017

What exactly causes this? I'm streaming movies, so this is likely to be an issue with the buffer filling up (bandwidth being lower than streaming rate--ideally I just want to get informed and take an action if the buffer is full, like skipping frames)

@wez
Copy link
Owner

wez commented May 7, 2017

I haven't looked at this code in years... I think what's happening is that there is only a partial buffer content available to the code (it didn't reach the end of the data stream that it was expecting). A later read will likely provide that information and allow it to continue, but the code would need to be changed to buffer up the stuff that was read previously and process them all together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants