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

Fix timeout after 1 minute error on node >=v11.3 in websocket-relay #340

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

alphacornutum
Copy link
Contributor

In node 11.3, server.headersTimeout was introduced which defaults to 60 seconds. From that node version on, the websocket-relay.js streamServer would timeout after these 60 seconds, and close the incoming ffmpeg stream. This leads to a Error writing trailer of http://localhost:8081/supersecret: Broken pipe error in Ffmpeg.
Setting headersTimeout to 0 solves this.

@phoboslab phoboslab merged commit 7d831e5 into phoboslab:master Apr 28, 2020
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

Successfully merging this pull request may close these issues.

2 participants