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

--vlc: command not found #842

Closed
roccomuso opened this issue Jun 21, 2016 · 4 comments
Closed

--vlc: command not found #842

roccomuso opened this issue Jun 21, 2016 · 4 comments

Comments

@roccomuso
Copy link

@roccomuso roccomuso commented Jun 21, 2016

  • WebTorrent version: 0.95.1
  • Node.js version: 6.2.1
  • OS: Ubuntu 16.04

I'm trying to launch this command on my webtorrent CLI:

webtorrent download <magnet_uri> --vlc

to have the stream directly prompted to vlc. But on console I got --vlc: command not found.

Am I doing something wrong? Should I surround the magnet_uri with "quotes"?

@rom1504

This comment has been minimized.

Copy link
Member

@rom1504 rom1504 commented Jun 21, 2016

The --vlc option only works when streaming, so you shouldn't be using download
Just do webtorrent <magnet_uri> --vlc

@roccomuso

This comment has been minimized.

Copy link
Author

@roccomuso roccomuso commented Jun 21, 2016

Alright thanks, my mistake. Shouldn't be worth capture this kind of silly mistakes?

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jun 21, 2016

@roccomuso You need to surround the magnet uri with quotes.

@rom1504 Actually, webtorrent download <magnet_uri> --vlc and webtorrent <magnet_uri> --vlc are the same.

@feross feross closed this Jun 21, 2016
@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 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
3 participants
You can’t perform that action at this time.