<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Main fabien_leite channel</title>
        <link>https://peertube.fr/c/fabien_leite_channel/videos</link>
        <description></description>
        <lastBuildDate>Sat, 11 Apr 2026 02:20:39 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.fr</generator>
        <image>
            <title>Main fabien_leite channel</title>
            <url>https://peertube.fr/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://peertube.fr/c/fabien_leite_channel/videos</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.fr/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.fr/feeds/videos.xml?videoChannelId=3162" rel="self" type="application/rss+xml"/>
        <podcast:txt purpose="p20url">https://peertube.fr/feeds/podcast/videos.xml?videoChannelId=3162</podcast:txt>
        <item>
            <title><![CDATA[Mapping IOMMU with iommu-dumper]]></title>
            <link>https://peertube.fr/w/5phzVEE3h71Q1Mr1nfVN9o</link>
            <guid>https://peertube.fr/w/5phzVEE3h71Q1Mr1nfVN9o</guid>
            <pubDate>Tue, 29 Jan 2019 13:31:09 GMT</pubDate>
            <description><![CDATA[Creating a mapping of an IOMMU configuration from a IOMMU trace file with iommu-dumper Python tool. You can find it at https://github.com/fabienleite/IOMMU-dumper]]></description>
            <content:encoded><![CDATA[<p>Creating a mapping of an IOMMU configuration from a IOMMU trace file with iommu-dumper Python tool.</p>
<p>You can find it at <a href="https://github.com/fabienleite/IOMMU-dumper" target="_blank" rel="noopener noreferrer">https://github.com/fabienleite/IOMMU-dumper</a></p>
]]></content:encoded>
            <dc:creator>Main fabien_leite channel</dc:creator>
            <enclosure length="7417782" type="video/mp4" url="https://peertube.fr/download/videos/generate/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926?videoFileIds=333217"/>
            <media:community>
                <media:statistics views="7"/>
            </media:community>
            <media:embed url="https://peertube.fr/videos/embed/5phzVEE3h71Q1Mr1nfVN9o"/>
            <media:player url="https://peertube.fr/w/5phzVEE3h71Q1Mr1nfVN9o"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.fr/lazy-static/torrents/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.fr/lazy-static/torrents/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-720.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.fr/lazy-static/torrents/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-480.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.fr/lazy-static/torrents/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-360.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.fr/lazy-static/torrents/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-240.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="7417782" url="https://peertube.fr/static/web-videos/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-1080.mp4" framerate="30" duration="59" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="4714286" url="https://peertube.fr/static/web-videos/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-720.mp4" framerate="30" duration="59" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="2648727" url="https://peertube.fr/static/web-videos/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-480.mp4" framerate="30" duration="59" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="1587800" url="https://peertube.fr/static/web-videos/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-360.mp4" framerate="30" duration="59" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="674265" url="https://peertube.fr/static/web-videos/23a4e1d5-d80a-42a7-a7f7-45dbd5ca9926-240.mp4" framerate="30" duration="59" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.fr/lazy-static/thumbnails/13adf3c6-23fc-4875-b5c7-5bd995844fd4.jpg" height="157" width="280"/>
            <media:thumbnail url="https://peertube.fr/lazy-static/thumbnails/41ea57d5-0cba-4c8c-8c27-3171a9a54c90.jpg" height="480" width="850"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Mapping IOMMU with iommu-dumper</media:title>
            <media:description type="plain">Creating a mapping of an IOMMU configuration from a IOMMU trace file with iommu-dumper Python tool. You can find it at https://github.com/fabienleite/IOMMU-dumper</media:description>
        </item>
    </channel>
</rss>