Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAbnormal quit during streaming to VLC #380
Comments
This comment has been minimized.
This comment has been minimized.
|
This is fixed in webtorrent 0.53.1. Update and give it another try. |
This comment has been minimized.
This comment has been minimized.
|
Verified, it's fixed in 0.53.1. Thanks a lot for your amazing work. |
This comment has been minimized.
This comment has been minimized.
|
But not on Linux, there's still issue: ERROR: If you think this is a bug in WebTorrent, report it! =====> <===== |
This comment has been minimized.
This comment has been minimized.
|
Upgraded to node v0.10.40 on linux x64, no such issue. |
This comment has been minimized.
This comment has been minimized.
|
Great to hear! |
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