HelloSpoon embedded Dev

Results 2 comments of HelloSpoon embedded Dev

Oh, BTW I'm using it with a Raspberry Pi 1 (overclocked, of course) and it works like a charm!

``` connection = peerflix(torrent, { connections: 100, path: path.join(tempDir, 'peerflix-' + uuid.v4()), buffer: (1.5 * 1024 * 1024).toString(), subtitles: '' }); ``` Adding the argument _subtitles_ is what did the...