tldr/pages/common/peerflix.md

25 lines
774 B
Markdown
Raw Normal View History

2017-08-31 20:13:56 +01:00
# peerflix
> Stream video- or audio-based torrents to a media player.
2019-05-29 14:53:42 +01:00
> More information: <https://github.com/mafintosh/peerflix>.
2017-08-31 20:13:56 +01:00
- Stream the largest media file in a torrent:
2017-08-31 20:13:56 +01:00
`peerflix "{{torrent_url|magnet_link}}"`
- List all streamable files contained in a torrent (given as a magnet link):
`peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}" --list`
2017-08-31 20:13:56 +01:00
- Stream the largest file in a torrent, given as a torrent URL, to VLC:
2017-08-31 20:13:56 +01:00
`peerflix "{{http://example.net/music.torrent}}" --vlc`
- Stream the largest file in a torrent to MPlayer, with subtitles:
`peerflix "{{torrent_url|magnet_link}}" --mplayer --subtitles {{subtitle-file.srt}}`
2017-08-31 20:13:56 +01:00
- Stream all files from a torrent to Airplay:
`peerflix "{{torrent_url|magnet_link}}" --all --airplay`