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

Abnormal quit during streaming to VLC #380

Closed
solderzzc opened this issue Jul 17, 2015 · 5 comments
Closed

Abnormal quit during streaming to VLC #380

solderzzc opened this issue Jul 17, 2015 · 5 comments

Comments

@solderzzc
Copy link
Contributor

@solderzzc solderzzc commented Jul 17, 2015

It happens on Mac OS X, node version is v0.12.7. Both happens on webtorrent and webtorrent-hybrid 0.53.0.
Following is the console log:
webtorrent-hybrid -q --vlc
ERROR: stderr maxBuffer exceeded.
ERROR 1: If you think this is a bug in WebTorrent, report it!
=====> <=====
=====> https://github.com/feross/webtorrent/issues <=====
=====> <=====
SYSTEM INFO: node v0.12.7 darwin x64 WebTorrent 0.53.0

Also tested on Linux, following is the log:

ERROR 1: If you think this is a bug in WebTorrent, report it!
=====> <=====
=====> https://github.com/feross/webtorrent/issues <=====
=====> <=====
SYSTEM INFO: node v0.10.25 linux x64 WebTorrent 0.53.0

events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:901:11)
at Object.afterWrite (net.js:718:19)

Let me know if you need more information

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jul 17, 2015

This is fixed in webtorrent 0.53.1. Update and give it another try.

@feross feross closed this Jul 17, 2015
@solderzzc

This comment has been minimized.

Copy link
Contributor Author

@solderzzc solderzzc commented Jul 17, 2015

Verified, it's fixed in 0.53.1. Thanks a lot for your amazing work.

@solderzzc

This comment has been minimized.

Copy link
Contributor Author

@solderzzc solderzzc commented Jul 17, 2015

But not on Linux, there's still issue:

ERROR: If you think this is a bug in WebTorrent, report it!

=====> <=====
=====> https://github.com/feross/webtorrent/issues <=====
=====> <=====
DEBUG INFO: node v0.10.25, linux x64, webtorrent 0.53.1, exit 1
events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:901:11)
at Object.afterWrite (net.js:718:19)

@solderzzc

This comment has been minimized.

Copy link
Contributor Author

@solderzzc solderzzc commented Jul 17, 2015

Upgraded to node v0.10.40 on linux x64, no such issue.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jul 17, 2015

Great to hear!

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.