Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-11-19 13:13:18 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-11-19 13:13:18 +0300
commit170f879e42487a33ff1e8d41d9c8f42e46902e66 (patch)
tree8e099504479871dae003d2868a200f33d3e64df2 /README.md
parent0427d363f0f1c6c080aef6c7b1df0dbe1793db87 (diff)
add --stdout
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3c1f989..4075c83 100644
--- a/README.md
+++ b/README.md
@@ -176,13 +176,14 @@ $ webtorrent magnet_uri --airplay
There are many supported streaming options:
```bash
- --airplay stream to Apple TV (AirPlay)
- --chromecast stream to Chromecast
- --mplayer stream to MPlayer
- --mpv stream to MPV
- --omx [jack] stream to omx (jack=local|hdmi)
- --vlc stream to VLC
- --xbmc stream to XBMC
+--airplay Apple TV
+--chromecast Chromecast
+--mplayer MPlayer
+--mpv MPV
+--omx [jack] omx [default: hdmi]
+--vlc VLC
+--xbmc XBMC
+--stdout standard out [implies --quiet]
```
In addition to magnet uris, webtorrent supports [many ways to specify a torrent](#clientaddtorrentid-opts-function-ontorrent-torrent-).