Socket
Socket
Sign inDemoInstall

github.com/kanemathers/kookaburra

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kanemathers/kookaburra


Version published
Created
Source

kookaburra

Stream torrents to any media player.

I had been using popcorntime for a while for its torrent streaming abilities but it was very bloated for what I was using it for. It's an Electron app with a built in torrent browser and media player. None of which I needed.

I then found peerflix which is very similar to kookaburra but it's a Javascript/node.js app. I wasn't interested in installing node.js for one simple program.

So kookaburra was born. Written in Go, it's a simple, single binary program to do one thing - stream torrents.

Installation

$ go get github.com/kanemathers/kookaburra

Usage

kookaburra can be used to stream magnet links or torrent files to any media player capable of viewing network streams.

To stream a movie with its magnet link, use the following command:

$ kookaburra -largest "magnet:?xt=urn:btih:f84b51f0d2c3455ab5dabb6643b4340234cd036e"

You can then open http://127.0.0.1:8080 in your media player and the movie will begin streaming.

If the torrent contains multiple files you can omit the -largest flag to specify the file you wish to stream. Or, you can pass the -all flag to create an M3U playlist of all files to stream (useful for TV series or music albums).

See kookaburra -help for more.

FAQs

Package last updated on 25 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc