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
Hi first of all I wanna say that I love peerflix because of it's simplicity. Currently I'm using it in a node js api:
const stream = peerflix(magnet, { port: port });
This works but I after a stream has started, I cannot open another stream because of the fact that port is already used (makes sense).
How should I close a stream programatically using peerflix?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi first of all I wanna say that I love peerflix because of it's simplicity.
Currently I'm using it in a node js api:
This works but I after a stream has started, I cannot open another stream because of the fact that port is already used (makes sense).
How should I close a stream programatically using peerflix?
The text was updated successfully, but these errors were encountered: