<!DOCTYPE html><html lang="en">
<head>
    <title>RSS Feeds - HDTV Magazine</title>
    <meta name="description" content="Subscribe to HDTV Magazine via RSS. Feeds are available for all content, individual sections, and OPML for bulk import into your feed reader." />
    <meta name="keywords" content="HDTV Magazine RSS, RSS feeds, HDTV news feed, HDTV reviews feed, subscribe" />

    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine" href="/feeds/home.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – News" href="/feeds/sections/news.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – Articles" href="/feeds/sections/articles.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – Reviews" href="/feeds/sections/reviews.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – Columns" href="/feeds/sections/columns.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – Podcast" href="/feeds/sections/podcast.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – History" href="/feeds/sections/history.xml" />
    <link rel="alternate" type="application/rss+xml" title="HDTV Magazine – Interviews" href="/feeds/sections/interviews.xml" />

    <script
    async
    crossorigin="anonymous"
    data-clerk-publishable-key="pk_live_Y2xlcmsuaGR0dm1hZ2F6aW5lLmNvbSQ"
    src="https://clerk.hdtvmagazine.com/npm/@clerk/clerk-js@5/dist/clerk.browser.js"
    type="text/javascript"
></script>
<script>
(function () {
    // PHP already knows the auth state for this request.
    // After Clerk JS initialises we reconcile: if JS and PHP disagree, reload once.
        var phpSignedIn = false;
    var reloadKey   = '__clerk_reloaded';

    function syncSession() {
        if (!window.Clerk) return;
        // .load() is idempotent — resolves immediately if already initialised
        window.Clerk.load().then(function () {
            var session = window.Clerk.session;

            if (session) {
                session.getToken().then(function (token) {
                    if (!token) return;
                    // Write token into a short-lived cookie for PHP to verify.
                    // max-age matches Clerk's default 60-second token lifetime + buffer.
                    document.cookie = '__clerk_php=' + encodeURIComponent(token)
                        + '; path=/; max-age=120; SameSite=Lax';

                    // PHP saw this page as signed-out — reload so PHP picks up the cookie.
                    if (!phpSignedIn && !sessionStorage.getItem(reloadKey)) {
                        sessionStorage.setItem(reloadKey, '1');
                        window.location.reload();
                    } else {
                        sessionStorage.removeItem(reloadKey);
                    }
                });
            } else {
                // Clerk has no session — clear the cookie and reload if PHP thought we were in.
                document.cookie = '__clerk_php=; path=/; max-age=0';
                if (phpSignedIn && !sessionStorage.getItem(reloadKey)) {
                    sessionStorage.setItem(reloadKey, '1');
                    window.location.reload();
                } else {
                    sessionStorage.removeItem(reloadKey);
                }
            }
        });
    }

    // Clerk loads async; give it up to 3 s to appear, then sync.
    var attempts = 0;
    var interval = setInterval(function () {
        if (window.Clerk || ++attempts > 30) {
            clearInterval(interval);
            syncSession();
        }
    }, 100);
}());
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JZS6WRW57L"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-JZS6WRW57L');
</script>
<!-- Common Header Elements -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:type"        content="website" />
<meta property="og:site_name"   content="HDTV Magazine" />
<meta property="og:title"       content="RSS Feeds - HDTV Magazine" />
<meta property="og:description" content="Subscribe to HDTV Magazine via RSS. Feeds are available for all content, individual sections, and OPML for bulk import into your feed reader." />
<meta property="og:url"         content="https://www.hdtvmagazine.com/feeds/" />
<meta property="og:image"       content="https://www.hdtvmagazine.com/images/hdtvmagazine.png" />
<link rel="canonical" href="https://www.hdtvmagazine.com/feeds/" />
<meta name="author" content="Shane Sturgeon" />
<meta name="robots" content="all" />
<meta name="copyright" content="&copy; 2004 - 2026 HDTV Magazine, Ltd. All rights reserved." />

<meta name="google-adsense-account" content="ca-pub-9491693119028338"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9491693119028338" crossorigin="anonymous"></script>

<link rel="alternate" type="application/rss+xml" title="HDTV Magazine Site Feed" href="https://feeds.hdtvmagazine.com/hdtv" />

<link rel="shortcut icon" href="/favicon.ico" />

<link rel="stylesheet" type="text/css" href="/css/modern.css?v=1781014725">
<link rel="stylesheet" type="text/css" href="/css/framework.css?v=1781014725"></head>
<body>
<div class="Page">
    <header class="SiteHeader">
        
    <div class="SiteHeader-inner">
        <a class="SiteHeader-logo" href="/" aria-label="HDTV Magazine home">
            <img src="https://media.hdtvmagazine.com/assets/images/hdtvmagazine.png"
                 srcset="https://media.hdtvmagazine.com/assets/images/hdtvmagazine.png 1x, https://media.hdtvmagazine.com/assets/images/hdtvmagazine@2x.png 2x"
                 alt="HDTV Magazine" width="338" height="57" />
        </a>

        <div class="SiteHeader-actions">
            <div class="AccountBar" id="accountbar">
                Welcome, Guest&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://accounts.hdtvmagazine.com/sign-in?redirect_url=https%3A%2F%2Fwww.hdtvmagazine.com%2Ffeeds%2F">Sign In</a>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="https://www.hdtvmagazine.com/help/">Help</a>            </div>
        </div>
    </div>

        <!-- TODO: Replace with search icon → overlay pattern (Pattern 2) for live Algolia results
         without a page-load. See search.php notes. -->
    <div class="SiteHeader-search" id="searchbar">
        <form action="/search.php" role="search" aria-label="Site search">
            <label class="sr-only" for="q">Search</label>
            <input id="q" name="q" type="search" value="" placeholder="Search HDTV Magazine" />

            <button type="submit">Search</button>
        </form>
    </div>
        </header>
    <nav class="SiteNav" aria-label="Primary">
        <div class="SiteNav-inner"><button class="SiteNav-toggle" type="button" aria-expanded="false" aria-controls="primary-nav">Menu</button><ul class="SiteNav-list" id="primary-nav"><li><a href="/">Home</a></li><li><a href="/reviews/">Reviews</a></li><li><a href="/news/">News</a></li><li><a href="/community/">Community</a></li><li><a href="/articles/">Articles</a></li><li><a href="/columns/">Columns</a></li><li><a href="/hdtv-origins/">HDTV Origins</a></li><li><a href="/equipment/">HDTVs &amp; Equipment</a></li><li><a href="/ota/">OTA Stations</a></li><li><a href="/references/">References</a></li></ul></div>    </nav>

    <div class="AdRow">
        <div class="AdSlot AdSlot--header">
            <ins class="adsbygoogle"
     data-placement="Header" 
     data-ad-client="ca-pub-9491693119028338"
     data-ad-slot="7245268806"></ins>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({});
</script>
        </div>
    </div>

    <main class="Layout">
        <section class="Main" aria-label="RSS Feeds">
            <h1>RSS Feeds</h1>
            <p>
                All feeds are RSS 2.0. Copy a feed URL into your reader, or
                <a href="/feeds/opml.xml">import the full OPML file</a> to subscribe to all feeds at once.
            </p>

            <h2>All content</h2>
            <ul>
                <li>
                    <a href="/feeds/home.xml">HDTV Magazine - All Sections</a>
                    <br>The combined feed covering every section of HDTV Magazine.
                </li>
            </ul>

            <h2>By section</h2>
            <ul>
                <li>
                    <a href="/feeds/sections/news.xml">News</a>
                    <br>Breaking news and press releases from the HDTV and home theatre industry.
                </li>
                <li>
                    <a href="/feeds/sections/articles.xml">Articles</a>
                    <br>In-depth technical and editorial coverage of HDTV technologies and standards.
                </li>
                <li>
                    <a href="/feeds/sections/reviews.xml">Reviews</a>
                    <br>Hands-on reviews of HDTVs, projectors, receivers, and connected devices.
                </li>
                <li>
                    <a href="/feeds/sections/columns.xml">Columns</a>
                    <br>Opinion and commentary from industry contributors.
                </li>
                <li>
                    <a href="/feeds/sections/podcast.xml">Podcast</a>
                    <br>Episode listings for the HDTV Magazine podcast.
                </li>
                <li>
                    <a href="/feeds/sections/history.xml">History</a>
                    <br>Archival articles tracing the development of HDTV from its origins.
                </li>
                <li>
                    <a href="/feeds/sections/interviews.xml">Interviews</a>
                    <br>Conversations with engineers, executives, and industry pioneers.
                </li>
            </ul>
        </section>

        <aside class="Rail" aria-label="Sidebar">
            <div class="Rail-inner">
                <ins class="adsbygoogle"
     data-placement="Square" 
     data-ad-client="ca-pub-9491693119028338"
     data-ad-slot="5404561764"></ins>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({});
</script>
            </div>
        </aside>
    </main>

    <footer class="SiteFooter">
        <div class="SiteFooter-inner"><div class="SiteFooter-brand"><a class="SiteFooter-logo" href="/" aria-label="HDTV Magazine home">HDTV Magazine</a><p class="SiteFooter-blurb">Your guide to high definition television, from industry news to hands-on reviews and practical advice.</p><div class="SiteFooter-badges"><a class="SiteFooter-badge" target="_blank" rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/2.5/"><img src="/assets/images/somerights20.png" alt="Creative Commons BY-NC-ND 2.5" height="31" width="88"/></a></div></div><nav class="SiteFooter-links" aria-label="Footer"><div class="SiteFooter-col"><h2 class="SiteFooter-title">About</h2><ul class="SiteFooter-list"><li><a href="/about/index.php">About HDTV Magazine</a></li><li><a href="/about/advertising.php">Advertise</a></li><li><a href="/about/contact.php">Contact Us</a></li></ul></div><div class="SiteFooter-col"><h2 class="SiteFooter-title">Discover</h2><ul class="SiteFooter-list"><li><a href="/categories/home-theater/">Home Theater</a></li><li><a href="/categories/streaming-hd/">Streaming HD</a></li><li><a href="/categories/oled-tvs/">OLED TVs</a></li><li><a href="/categories/ota-hd-antennas/">OTA &amp; Antennas</a></li><li><a href="/categories/buying-guides/">Buying Guides</a></li><li><a href="/podcast/index.php">Podcast</a></li><li><a href="/authors/index.php">Authors</a></li><li><a href="/archives/">Archives</a></li></ul></div><div class="SiteFooter-col"><h2 class="SiteFooter-title">Support</h2><ul class="SiteFooter-list"><li><a href="/help/index.php">Help Center</a></li><li><a href="/about/privacy.php">Privacy Policy</a></li><li><a href="/about/terms.php">Terms of Service</a></li><li><a href="/feeds/"><img src="/assets/images/livemark.png" alt="" height="16" width="16" style="vertical-align:middle;margin-right:4px"/>RSS Feeds</a></li></ul></div></nav></div><div class="SiteFooter-bottom"><div class="SiteFooter-meta">© 1998 - 2026 HDTV Magazine, Ltd.</div><div class="SiteFooter-legal"><a href="/">Home</a><span class="SiteFooter-dot">•</span><a href="/about/contact.php">Contact</a><span class="SiteFooter-dot">•</span><a href="/about/advertising.php">Advertise</a></div></div>    </footer>
</div>
</body>
</html>
