]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
index 88037e7427f4034d8f9fec79829a1c7446aede17..d271316cb73303efba7a2f5cbed0a642e767c2d2 100644 (file)
@@ -6,6 +6,61 @@
                 <link>http://people.skolelinux.org/pere/blog/</link>
                 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
        
+       <item>
+               <title>VLC bittorrent plugin in Bullseye, saved by the bell?</title>
+               <link>http://people.skolelinux.org/pere/blog/VLC_bittorrent_plugin_in_Bullseye__saved_by_the_bell_.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/VLC_bittorrent_plugin_in_Bullseye__saved_by_the_bell_.html</guid>
+                <pubDate>Sat, 1 May 2021 11:00:00 +0200</pubDate>
+               <description>&lt;p&gt;Yesterday morning I got a warning call from the Debian quality
+control system that
+&lt;a href=&quot;https://tracker.debian.org/pkg/vlc-plugin-bittorrent&quot;&gt;the VLC
+bittorrent plugin&lt;/a&gt; was due to be removed because of a release
+critical bug in one of its dependencies.  As you might remember, this
+plugin make VLC able to stream videos directly from a bittorrent
+source using both torrent files and magnet links, similar to using a
+HTTP source.  I believe such protocol support is a vital feature in
+VLC, allowing efficient streaming from sources such at the almost 7
+million movies in &lt;a href=&quot;https://archive.org/&quot;&gt;the Internet
+Archive&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;The dependency was the unmaintained
+&lt;a href=&quot;https://tracker.debian.org/pkg/libtorrent-rasterbar&quot;&gt;libtorrent-rasterbar&lt;/a&gt;
+package, and &lt;a href=&quot;https://bugs.debian.org/987306&quot;&gt;the bug in
+question&lt;/a&gt; blocked its python library from working properly.  As I
+did not want Bullseye to release without bittorrent support in VLC, I
+set out to check out the status, and track down a fix for the problem.
+Luckily the issue had already been identified and fixed upstream,
+providing everything needed.  All I needed to do was to fetch the
+Debian git repository, extract and trim the patch from upstream and
+apply it to the Debian package for upload.&lt;/p&gt;
+
+&lt;p&gt;The fixed library was uploaded yesterday evening.  But that is not
+enough to get it into Bullseye, as Debian is currently in package
+freeze to prepare for a new next stable release.  Only non-critical
+packages with
+&lt;a href=&quot;https://wiki.debian.org/ContinuousIntegration/autopkgtest&quot;&gt;autopkgtest
+setup&lt;/a&gt; included, in other words able to validate automatically that
+the package is working, are allowed to migrate automatically into the
+next release at this stage.  And the unmaintained libtorrent-rasterbar
+lack such testing, and thus needed a manual override.  I am happy to
+report that such manual override was approved a few minutes ago, thus
+increasing significantly the chance of VLC bittorrent streaming being
+available out of the box also for Debian/Buster users.  A bit too
+close shave for my liking, as the Bullseye release is most likely just
+a few days away, and this  did feel like the package was saved by the
+bell.  I am so glad the warning email showed up in time for me to
+handle the issue, and a big thanks go to the Debian Release team for
+the quick feedback on
+&lt;a href=&quot;irc://irc.debian.org/%23debian-release&quot;&gt;#debian-release&lt;/a&gt;
+and their &lt;a href=&quot;https://bugs.debian.org/987865&quot;&gt;swift
+unblocking&lt;/a&gt;.&lt;/p&gt;
+&lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
+</description>
+       </item>
+       
        <item>
                <title>Updated Valutakrambod, now also with information from NBX</title>
                <link>http://people.skolelinux.org/pere/blog/Updated_Valutakrambod__now_also_with_information_from_NBX.html</link>
@@ -17,7 +72,7 @@ several of the service drivers, where the API had changed since I last
 looked at the code.  I also added support for fetching the order book
 from the newcomer Norwegian Bitcoin Exchange.&lt;/p&gt;
 
-&lt;p&gt;I alsod decided to migrate the project from github to gitlab in the
+&lt;p&gt;I also decided to migrate the project from github to gitlab in the
 process.  If you want a python library for talking to various currency
 exchanges, check out
 &lt;a href=&quot;https://gitlab.com/petterreinholdtsen/valutakrambod&quot;&gt;code for
@@ -599,38 +654,5 @@ Merk, betaling med bitcoin er ikke anonymt. :)&lt;/p&gt;
 </description>
        </item>
        
-       <item>
-               <title>More reliable vlc bittorrent plugin in Debian (version 2.9)</title>
-               <link>http://people.skolelinux.org/pere/blog/More_reliable_vlc_bittorrent_plugin_in_Debian__version_2_9_.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_reliable_vlc_bittorrent_plugin_in_Debian__version_2_9_.html</guid>
-                <pubDate>Sun, 24 May 2020 17:00:00 +0200</pubDate>
-               <description>&lt;p&gt;I am very happy to report that a more reliable
-&lt;a href=&quot;https://tracker.debian.org/pkg/vlc-plugin-bittorrent&quot;&gt;VLC
-bittorrent plugin&lt;/a&gt; was just uploaded into debian.  This fixes a
-couple of crash bugs in the plugin, hopefully making the VLC
-experience even better when streaming directly from a bittorrent
-source.  The package is currently in Debian unstable, but should be
-available in Debian testing in two days.  To test it, simply install
-it like this:&lt;/p&gt;
-
-&lt;p&gt;&lt;pre&gt;
-apt install vlc-plugin-bittorrent
-&lt;/pre&gt;&lt;/p&gt;
-
-&lt;p&gt;After it is installed, you can try to use it to play a file
-downloaded live via bittorrent like this:
-
-&lt;p&gt;&lt;pre&gt;
-vlc https://archive.org/download/Glass_201703/Glass_201703_archive.torrent
-&lt;/pre&gt;&lt;/p&gt;
-
-&lt;p&gt;It also support magnet links and local .torrent files.&lt;/p&gt;
-
-&lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
-activities, please send Bitcoin donations to my address
-&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
-</description>
-       </item>
-       
         </channel>
 </rss>