]> pere.pagekite.me Git - homepage.git/commitdiff
Prepare new post.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 11 Dec 2018 22:28:08 +0000 (23:28 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 11 Dec 2018 22:28:08 +0000 (23:28 +0100)
blog/data/2018-12-12-vlc-bittorrent.txt [new file with mode: 0644]

diff --git a/blog/data/2018-12-12-vlc-bittorrent.txt b/blog/data/2018-12-12-vlc-bittorrent.txt
new file mode 100644 (file)
index 0000000..9b70314
--- /dev/null
@@ -0,0 +1,31 @@
+Title: Non-blocking bittorrent plugin for vlc
+Tags: english, video, verkidetfri
+Date: 2018-12-12 08:00
+Publish: 2018-12-12 07:00
+
+<p>A few hours ago, a new and improved version of
+<a href="https://tracker.debian.org/pkg/vlc-plugin-bittorrent">the VLC
+bittorrent plugin</a> was uploaded to Debian.  This new version
+include a complete rewrite of the bittorrent related code, which seem
+to make the plugin non-blocking.  This mean you can actually exit VLC
+even when the plugin seem to be unable to get the bittorrent streaming
+started.  The new version also include support for filtering playlist
+by file extension using command line options, if you want to avoid
+processing audio, video or images.  The package is currently in Debian
+unstable, but should be available in Debian testing in a few days.  To
+test it, simply install it like this:</p>
+
+<p><pre>
+apt install vlc-plugin-bittorrent
+</pre></p>
+
+<p>After it is installed, you can try to use it to play a file
+downloaded live via bittorrent like this:
+
+<p><pre>
+vlc https://archive.org/download/Glass_201703/Glass_201703_archive.torrent
+</pre></p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>