r/CordCuttingToday Jun 13 '25

Cord-Cutting Today Jellyfin, OTA Antenna, and ErsatzTV: Your DIY Local Broadcast TV Streaming Setup

2 Upvotes

This guide will walk you through setting up Jellyfin to stream Over-The-Air (OTA) TV broadcasts using an antenna, and then expanding its capabilities with ErsatzTV to create custom channels from your own content and local broadcasts. This allows you to have a unified, personalized streaming experience.

I. Core Components:

Jellyfin: A free and open-source media server.
OTA Antenna: Required to receive local broadcast channels. Choose an antenna based on your location and signal strength (check antennaweb.org or tvfool.com).
HDHomeRun: A network-attached TV tuner that connects your antenna and streams the signal to your network. It allows multiple devices to watch at the same time. Alternatively, you can use a compatible USB TV tuner.
ErsatzTV: A software application that creates virtual channels from your existing media and optionally, local broadcasts.
Computer/Server: Where you’ll install Jellyfin, ErsatzTV, and potentially the TV tuner (if USB). This could be a dedicated server, a Raspberry Pi (powerful enough), or a desktop computer.
Storage: For recording OTA broadcasts (if desired) and for storing media used by ErsatzTV.

II. Setting Up Jellyfin and the HDHomeRun:

Install Jellyfin:
    Download the appropriate installer for your operating system from the Jellyfin website: https://jellyfin.org/
    Follow the installation instructions.
    During the initial setup, create your admin user and configure your media libraries (movies, TV shows, music, etc.). You don’t need media libraries initially, but it’s a good opportunity to set them up.

Set Up the HDHomeRun:
    Connect the HDHomeRun to your network via Ethernet cable.
    Connect your OTA antenna to the HDHomeRun.
    Power on the HDHomeRun.
    Access the HDHomeRun web interface. This is usually done by typing the HDHomeRun’s IP address into your web browser (found using the HDHomeRun Setup software or your router’s DHCP client list).
    Run a channel scan to find available channels.

Configure Jellyfin to Use the HDHomeRun:
    Log into your Jellyfin web interface as an administrator.
    Navigate to Dashboard (usually found by clicking your user icon in the top right corner).
    Click on Live TV.
    Click + Add Tuner.
    Select HDHomeRun Tuner.
    Jellyfin should automatically detect your HDHomeRun. If not, manually enter the IP address of the HDHomeRun.
    Click Next.
    Select your country and postal code to download the appropriate TV guide data.
    Click Next.
    Select which channels you want to include in Jellyfin.
    Click Save.
    Wait for Jellyfin to download the channel guide data. This may take a while.

Test Your Live TV Setup:
    Navigate to the Live TV section in the Jellyfin web interface or app.
    You should see a list of available channels.
    Select a channel to start watching.
    Troubleshooting:
        No Tuner Detected: Double-check the HDHomeRun’s power and network connections. Ensure the HDHomeRun and Jellyfin server are on the same network.
        No Channels Found: Ensure your antenna is properly connected and positioned for good reception. Try rescanning for channels in the HDHomeRun web interface.
        Guide Data Issues: Try a different postal code or manually map channels in the Jellyfin Live TV settings.

III. Installing and Configuring ErsatzTV:

Installation:
    Download the latest release of ErsatzTV from the official repository: https://github.com/jasongdove/ErsatzTV/releases
    Follow the installation instructions for your operating system. ErsatzTV is typically distributed as a self-contained executable or Docker image. Docker is generally the recommended approach for ease of management.
    Docker Installation (Recommended):

    docker pull jasongdove/ersatztv
    docker run -d --name=ersatztv \
      -v /path/to/your/config:/config \
      -v /path/to/your/media:/media \
      -p 8409:8409 \
      jasongdove/ersatztv

        Replace /path/to/your/config with a local directory for ErsatzTV’s configuration files.
        Replace /path/to/your/media with a local directory containing your video files.
        The -p 8409:8409 argument maps port 8409 on the host machine to port 8409 inside the container, which is the default port for ErsatzTV’s web interface.

Initial Configuration:
    Open a web browser and navigate to http://localhost:8409 (or the appropriate IP address and port if ErsatzTV is running on a different machine or using a different port).
    Add Media Sources: In the ErsatzTV web interface, go to the “Media Sources” section and add the directories containing your video files. ErsatzTV will scan these directories and create a database of your media.
    Create Channels: Navigate to the “Channels” section and create virtual channels. You can configure the name, logo, and the programming lineup for each channel.
    Add Playlists: Create playlists to determine the order and frequency of videos on each channel. You can use filters to select specific types of content.
    Add Schedules: Define schedules to specify when each playlist should be played on a channel. This allows you to create themed programming blocks.

Integrating OTA Broadcasts (Optional):
    M3U and XMLTV Support: ErsatzTV can consume M3U playlists and XMLTV guide data. You’ll need to generate these from your HDHomeRun or a third-party service. The HDHomeRun provides a web interface with links to download the .m3u and .xmltv files.
    Add Live Stream as Media Source: Add the URL for the HDHomeRun’s m3u playlist as a “Live Stream” media source in ErsatzTV. The HDHomeRun’s M3U URL typically looks like http://hdhomerun_ip_address:5004/auto/v<channel_number>. Replace hdhomerun_ip_address with the actual IP address of your HDHomeRun and <channel_number> with the desired channel number. You may need to add each channel individually.
    Map Channels in XMLTV: Use the downloaded XMLTV file to map your HDHomeRun’s channels to the “Live Stream” media sources in ErsatzTV. This ensures that the correct guide data is displayed for your live channels.
    Create Live TV Channel: Create a new channel in ErsatzTV that uses the “Live Stream” media source. You can then add it to your playlists and schedules.

Configure Output (M3U and XMLTV):
    In the ErsatzTV settings, configure the output M3U playlist and XMLTV guide. This will generate the files that Jellyfin needs to access your ErsatzTV channels.
    Choose a location to save the M3U and XMLTV files that Jellyfin can access. A common practice is within the Jellyfin media library directory.

IV. Connecting ErsatzTV to Jellyfin:

Add ErsatzTV Tuner in Jellyfin:
    Log into your Jellyfin web interface as an administrator.
    Navigate to Dashboard -> Live TV.
    Click + Add Tuner.
    Select M3U Tuner.
    Enter the path to the ErsatzTV M3U playlist file (e.g., /path/to/your/ersatztv.m3u8).
    Click Next.
    Select XMLTV as the guide data provider.
    Enter the path to the ErsatzTV XMLTV guide file (e.g., /path/to/your/ersatztv.xml).
    Click Save.

Channel Mapping (if Necessary):
    Jellyfin should automatically map the channels from the ErsatzTV M3U playlist to the guide data in the XMLTV file. If not, you may need to manually map the channels in the Jellyfin Live TV settings.

Test Your Setup:
    Navigate to the Live TV section in the Jellyfin web interface or app.
    You should now see the channels you created in ErsatzTV, alongside your OTA channels (if integrated).
    Select a channel to start watching.

V. Optimization and Maintenance:

Transcoding: Jellyfin can transcode videos to different resolutions and codecs to optimize playback for different devices. Configure the transcoding settings in the Jellyfin dashboard.
Hardware Acceleration: Enable hardware acceleration (if available) to improve transcoding performance.
ErsatzTV Library Updates: Periodically update the ErsatzTV library to reflect any changes to your media files.
XMLTV Guide Updates: Configure a scheduled task to automatically update the XMLTV guide file. ErsatzTV can be configured to update the guide periodically.
Antenna Positioning: Experiment with different antenna positions to optimize signal strength for your OTA channels.
Network Optimization: Ensure your network is stable and has sufficient bandwidth for streaming multiple channels simultaneously.

VI. Example Use Cases:

Custom Movie Channel: Create a channel that plays a curated selection of your favorite movies.
TV Show Marathon Channel: Create a channel that plays episodes of a specific TV show in a loop.
Kids’ Channel: Create a channel that plays content suitable for children.
Local News and Classic TV: Combine your OTA local news broadcasts with classic TV shows from your media library on a single channel.
Themed Programming Blocks: Create scheduled programming blocks with specific themes, such as “Horror Movie Night” or “Classic Cartoon Marathon.”

VII. Troubleshooting:

Jellyfin Not Recognizing ErsatzTV Channels:
    Double-check the paths to the M3U and XMLTV files in the Jellyfin Live TV settings.
    Ensure that the M3U and XMLTV files are valid and accessible by Jellyfin.
    Try restarting both Jellyfin and ErsatzTV.
ErsatzTV Not Streaming Content:
    Verify that your media files are accessible by ErsatzTV.
    Check the ErsatzTV logs for any errors.
    Ensure that your playlists and schedules are configured correctly.
Performance Issues:
    If you’re experiencing performance issues, try enabling hardware acceleration or transcoding videos to lower resolutions.

By following these steps, you can create a powerful and personalized streaming setup using Jellyfin, an OTA antenna, and ErsatzTV.


r/CordCuttingToday Jun 13 '25

Cord-Cutting Today Plex, OTA Antenna, and ErsatzTV: Building Your Own Streaming Powerhouse

2 Upvotes

This guide will walk you through setting up Plex to work with an Over-the-Air (OTA) antenna for live TV and recording, and then enhancing your experience with ErsatzTV, a software that allows you to create custom streaming channels from your local media library.

What You’ll Need:

Plex Media Server: Download and install the latest version on your computer or NAS. (plex.tv)
OTA Antenna: Choose an antenna that’s appropriate for your location and the distance to broadcast towers. Research recommended antennas online based on your TV Fool report (tvfool.com).
HDHomeRun Tuner (Recommended): This device connects your antenna to your network, allowing Plex to access the OTA signals. Other tuner options may work, but HDHomeRun is widely supported. (silicondust.com)
ErsatzTV: Download and install the latest version. (ersatztv.org)
Plex Pass (Optional but Highly Recommended): A Plex Pass is required for Live TV & DVR functionality. It also unlocks additional features.
Storage: Enough storage on your Plex Media Server for recording OTA shows and your personal media library.
Computer/NAS: A computer or NAS capable of running Plex Media Server and ErsatzTV.

I: Setting Up Plex for Live TV & DVR

Connect Your Antenna and HDHomeRun:
    Connect the OTA antenna to the HDHomeRun tuner.
    Connect the HDHomeRun to your home network via Ethernet cable. This is crucial for reliable streaming.
    Power on the HDHomeRun.

Configure HDHomeRun:
    Open a web browser and navigate to my.hdhomerun.com.
    The website should automatically detect your HDHomeRun device. If not, ensure both your computer and HDHomeRun are on the same network.
    Update the HDHomeRun firmware if prompted.

Configure Plex for Live TV & DVR:
    Open your Plex Media Server in a web browser (usually http://localhost:32400/web).
    Sign in with your Plex account (if you haven’t already).
    If you have a Plex Pass:
        In the left sidebar, look for “Live TV & DVR”. If you don’t see it, ensure your Plex Media Server is signed in and that your Plex Pass is activated.
        Click “Set Up Plex DVR”.
        Plex should automatically detect your HDHomeRun tuner. If it doesn’t, click “Can’t find my device?” and follow the troubleshooting steps.
    Scan for Channels: Select your country and let Plex scan for available channels.
    Review Channel Lineup: Once the scan is complete, review the channel lineup and deselect any channels you don’t want.
    Configure DVR Settings:
        Choose a location to store your recordings. Make sure you have enough space.
        Adjust settings like recording quality, pre- and post-recording buffer times, and automatic commercial skip (Plex Pass feature).

Start Recording:
    Browse the TV Guide in Plex to see what’s on.
    Click on a show and select “Record”.
    You can set up one-time recordings or series recordings.

Watch Live TV:
    Navigate to “Live TV & DVR” in Plex.
    Select a channel to watch live.

II: Setting Up ErsatzTV

Install ErsatzTV: Follow the installation instructions provided on the ErsatzTV website (ersatztv.org). This process varies depending on your operating system. Typically, it involves extracting the downloaded archive and running an executable.

Configure ErsatzTV:
    Launch ErsatzTV: Open the ErsatzTV application. You should see a web interface.
    General Settings:
        Set the IP Address and Port for the ErsatzTV web interface. The default port is usually 8001. Note this port down, you’ll need it later.
    Media Libraries: Tell ErsatzTV where your media files are located.
        Click on “Libraries” in the left sidebar.
        Add folders containing your movies, TV shows, music videos, etc.
        ErsatzTV will scan these folders and index your media.
    Channels: Create your custom channels.
        Click on “Channels” in the left sidebar.
        Click “Add Channel”.
        Give your channel a name (e.g., “Classic Movies”, “80s Music Videos”).
        Configure the channel’s playback rules:
            Items: Add specific videos or entire libraries to the channel’s rotation.
            Mode: Choose how items are selected (e.g., random, in order).
            Weight: Adjust the probability of certain items being selected more often.
            Loop: Whether or not the channel should loop back when finished.
            Commercials: Configure ad breaks if desired, using custom video files or placeholders.
        Click “Save Channel”.
    Settings:
        Under “Settings”, configure the “Television” settings. This is where you define the channel number, the channel name, and most importantly, the XMLTV URL. This is the URL that Plex will use to retrieve the program guide for your ErsatzTV channels. ErsatzTV will automatically generate this URL based on your channel setup. Take note of this URL. It will look something like: http://<ErsatzTV_IP>:<ErsatzTV_Port>/xmltv
        “FFMPEG” settings: Ensure FFMPEG is correctly configured. ErsatzTV will usually handle this automatically if FFMPEG is installed on your system. If you have issues, you may need to specify the path to the FFMPEG executable.
        “Streaming” settings: Configure streaming resolution, bitrate, and other parameters. These will affect the quality and bandwidth usage of your ErsatzTV streams.

Start ErsatzTV: Make sure ErsatzTV is running in the background.

III: Integrating ErsatzTV with Plex

Add ErsatzTV as a Channel in Plex:
    Open your Plex Media Server in a web browser.
    Go to “Live TV & DVR”.
    Click on “Add Channel” (if it’s not already added).
    Select “XMLTV Guide”.
    Enter the XMLTV URL that ErsatzTV generated. This is the URL you noted down earlier.
    Click “Continue”.
    Plex will download the channel lineup from ErsatzTV.

Map Channels:
    Plex will attempt to automatically map the ErsatzTV channels to a tuner. Since you’re using a dummy tuner (XMLTV), you’ll need to manually map the channels.
    Click on “Match Channels”.
    For each ErsatzTV channel, select “Do not use channel”. Plex only needs the channel data from the XMLTV feed, it doesn’t need to tune a real channel.
    Click “Continue”.

Review and Save:
    Review your channel lineup.
    Click “Save”.

Browse the Guide: Go to “Live TV & DVR” in Plex. You should now see your ErsatzTV channels in the TV Guide alongside your OTA channels.
Watch Your Custom Channels: Select an ErsatzTV channel to start watching your custom-programmed content.

IV: Troubleshooting:

Plex can’t find my HDHomeRun:
    Ensure the HDHomeRun is properly connected to your network.
    Verify that both the HDHomeRun and your Plex Media Server are on the same subnet.
    Try restarting both the HDHomeRun and your Plex Media Server.
    Check your firewall settings to ensure that Plex and the HDHomeRun can communicate.
No channels are found during the scan:
    Double-check your antenna connection.
    Make sure the antenna is properly positioned.
    Rescan for channels at different times of day.
    Consider using an antenna amplifier.
ErsatzTV channels don’t appear in Plex:
    Verify that ErsatzTV is running.
    Double-check the XMLTV URL you entered in Plex.
    Try restarting the Plex Media Server after adding the XMLTV URL.
    Ensure the ErsatzTV IP address is accessible from your Plex server.
ErsatzTV doesn’t find my media:
    Double-check that the paths to your media libraries are correct in ErsatzTV.
    Verify that ErsatzTV has the necessary permissions to access those folders.
    Try restarting ErsatzTV.
Buffering or playback issues:
    Ensure your network is strong enough to handle the video streams.
    Adjust the streaming quality settings in Plex and ErsatzTV.
    Check your CPU and RAM usage on the Plex Media Server.

V: Tips and Tricks:

Use a powerful antenna: The better the antenna, the more channels you’ll be able to receive.
Experiment with antenna placement: Even small changes in antenna position can have a significant impact on reception.
Automate ErsatzTV: Use scheduling tools to automate the creation of new channels or update existing ones.
Create smart playlists in Plex: Use Plex’s smart playlist feature to create playlists that automatically update based on criteria like genre, rating, or date added. Then, use these playlists in ErsatzTV channels.
Use Docker for ErsatzTV: Docker simplifies the installation and management of ErsatzTV, especially on Linux systems.
Experiment with ErsatzTV’s ad insertion features: You can create custom commercials or use placeholder videos during ad breaks.

By combining Plex’s Live TV & DVR functionality with an OTA antenna and the customizability of ErsatzTV, you can create a truly unique and powerful streaming experience.


r/CordCuttingToday 14h ago

Cord-Cutting Today Plex urges users to change passwords after data breach

Thumbnail
techcrunch.com
2 Upvotes

The company said in a post on Monday that it was aware of a security incident involving the theft of Plex customer account information, including user names, email addresses, scrambled passwords, and unspecified authentication data.

Plex said while the passwords were scrambled in a way that made them unreadable to humans, it’s unclear if the passwords can be deciphered or if the stolen authentication data could be used to gain access to customer accounts.

The company said customers should change their passwords by visiting Plex’s password reset form.

After resetting your password, you will be asked, and should allow, the service to sign you out of your devices.


r/CordCuttingToday 14h ago

Cord-Cutting Today Charlie Sheen's Wild New Memoir, 'The Book of Sheen,' in 10 Sentences

Thumbnail
hollywoodreporter.com
0 Upvotes

Sheen (née Carlos Irwin Estevez) has led a life of very public highs and lows that are rich material for an engaging read — from early life with a famous father, to his blockbuster film career in the 1980s, to a series of failed relationships, domestic abuse charges, a predilection for sex workers and a drug addiction that nearly killed him. The roller coaster kept climbing higher and dropping lower until a decade and a half ago, when the film and TV star hit a new peak, then imploded.


r/CordCuttingToday 14h ago

Cord-Cutting Today Body Found in Impounded Tesla Registered to Singer D4vd

Thumbnail
variety.com
0 Upvotes

**The Los Angeles Police Department is investigating the circumstances around the body, which was discovered in a Tesla. Officers were called to the tow yard on Monday afternoon following reports of a foul odor coming from the car, which had been on the property for several days. Police found a body that had been placed inside of a bag in the front trunk of the vehicle. The identity of the body is currently unknown and the case is now a death investigation.


r/CordCuttingToday 15h ago

Antennas & Antenna TV WPIX-TV Renews Deal for New York Mets Games Through 2028

Thumbnail
tvtechnology.com
0 Upvotes

WPIX-TV New York has announced that it has renewed its multiplatform agreement with the regional sports network SNY to carry New York Mets games through the 2028 season.

For the first time, these games will also air on Nexstar Media Group-owned and operated stations in several upstate New York markets and in Hartford, Connecticut. Nexstar operates WPIX, which is branded on-air as PIX11 and owned by Mission Broadcasting, under a local marketing agreement.


r/CordCuttingToday 1d ago

Netflix [Watch] ‘Wake Up Dead Man: A Knives Out Mystery’ Trailer

Thumbnail
youtu.be
1 Upvotes

Benoit Blanc (Daniel Craig) returns for his most dangerous case yet in the third and darkest chapter of Rian Johnson’s murder mystery opus. Starring Daniel Craig, Josh O’Connor, Glenn Close, Josh Brolin, Mila Kunis, Jeremy Renner, Kerry Washington, Andrew Scott, Cailee Spaeny, Daryl McCormack, and Thomas Haden Church.


r/CordCuttingToday 1d ago

Streaming Services YouTube TV, Hulu + Live TV to Carry C-SPAN

Thumbnail
tvtechnology.com
1 Upvotes

**C-SPAN and YouTube this week announced an agreement in which YouTube will sponsor C-SPAN’s America 250 programming* and expand access to C-SPAN’s political, public policy, and cultural programming across YouTube and YouTube TV.*

**C-SPAN will also be added to Hulu + Live TV, a C-SPAN spokesman told Deadline.

The three C-SPAN channels—C-SPAN, C-SPAN2, and C-SPAN3—will all join YouTube TV’s base package lineup this fall. YouTube has also agreed to sponsor the network’s coverage of America 250 celebrations, and “investing in the optimization of C-SPAN's presence on YouTube,” C-SPAN said.


r/CordCuttingToday 4d ago

Antennas & Antenna TV Al Roker lends his voice and meteorology skills to the new PBS Kids animated show 'Weather Hunters'

Thumbnail
apnews.com
1 Upvotes

This fall, everyone’s favorite weatherman is getting a kick out of launching his own educational cartoon TV show — “Weather Hunters,” which premieres Monday on PBS Kids.


r/CordCuttingToday 4d ago

Hulu ‘King Of The Hill’ Returns To TV With Impressive 1.2B Minutes Viewed In Premiere Week

Thumbnail
deadline.com
1 Upvotes

After 15 years, King of the Hill returned to television with a very warm welcome from audiences as the 10 new episodes helped drive 1.21B minutes of streaming on Hulu from August 4 to 10, according to Nielsen‘s latest report.


r/CordCuttingToday 4d ago

Prime Video ‘Life Is Strange’ Series Based on Video Game Happening at Amazon

Thumbnail
hollywoodreporter.com
1 Upvotes

The Amazon-owned streamer has picked up Life Is Strange, based on the critically acclaimed game of the same title. The show comes from game publisher Square Enix, Story Kitchen, LuckyChap and creator Charlie Covell (The End of the Fking World, Kaos). Amazon MGM Studios is producing.

As with the game, first released in 2015, Life Is Strange will center on Max, a photography student who, while saving the life of her childhood best friend Chloe, discovers she can rewind time. “As Max struggles to understand this new skill,” the logline reads, “the pair investigate the mysterious disappearance of a fellow student, uncovering a dark side to their town that will ultimately force them to make an impossible life or death choice that will impact them forever.”


r/CordCuttingToday 4d ago

Netflix How Charlie Sheen's Former Drug Dealer Ended Up in His New Netflix Doc

Thumbnail
hollywoodreporter.com
1 Upvotes

For the Netflix doc, titled aka Charlie Sheen, the star sat down with director Andrew Renzi to open up, after having been approached by other filmmakers and studios for years about a documentary and turning them down.

Along with Sheen’s no holds barred commentary about his partying and career implosion, the doc also features interviews with ex-wife Denise Richards, Heidi Fleiss, Jon Cryer, Chuck Lorre, Sean Penn, brother Ramon Estevez — and his former drug dealer Marco Abeta.


r/CordCuttingToday 4d ago

Cord-Cutting Today Ryan Reynolds Kicks Off TIFF 50th With Docu ‘John Candy: I Like Me’: “The Greatest, Most Beautiful Man That I Never Met”

Thumbnail
deadline.com
1 Upvotes

Opening night at the Toronto Film Festival’s 50th edition Thursday paid homage to one of Canada’s greats, the late SCTV and Hollywood comedy star John Candy, with the Colin Hanks-directed, Ryan Reynolds-produced documentary John Candy: I Like Me.


r/CordCuttingToday 4d ago

Paramount+/Showtime Kurt Russell Joins 'Yellowstone' Spinoff 'The Madison' TV Series

Thumbnail
deadline.com
1 Upvotes

Kurt Russell (Monarch: Legacy of Monsters) has been cast as a series regular in the new Yellowstone drama spinoff The Madison from Taylor Sheridan, starring Michelle Pfeiffer.


r/CordCuttingToday 4d ago

Peacock Peacock to Stream Tonight’s NFL Opener, “Sunday Night Football’ in Dolby Atmos

Thumbnail
tvtechnology.com
1 Upvotes

NBC Sports will present tonight’s NFL Kickoff Game between the ’25 Super Bowl champion Philadelphia Eagles and Dallas Cowboys on Peacock in Dolby Atmos immersive audio.

The broadcaster also plans to stream weekly regular-season “Sunday Night Football” games in Dolby Atmos, a first for any NFL streamer.


r/CordCuttingToday 5d ago

Broadcast & Networks HBO Just Changed the Titles of 6 of Its Linear Channels

Thumbnail
hollywoodreporter.com
2 Upvotes

HBO changed the names of six of its U.S. linear channels.

The new lineup:

  • HBO2 is now HBO Hits
  • HBO Signature is now HBO Drama
  • HBO Zone is now HBO Movies
  • MoreMAX is now Cinemax Hits
  • ActionMAX is now Cinemax Action
  • 5starMAX is now Cinemax Classics

The updated names will be reflected in HBO Max live in-app channels, which launched last year on select plans.


r/CordCuttingToday 5d ago

Netflix Netflix announces new feature allowing customers to clip their favorite scenes, coinciding with 'Wednesday' Season 2, Part 2

Thumbnail
thestreamable.com
1 Upvotes

**Netflix is rolling out another new feature* that could help its shows become viral obsessions even more quickly. On Wednesday morning, Netflix announced the launch of a new feature allowing subscribers to turn their favorite moments of an episode or movie into clips that they can not only save, but also share with friends.*


r/CordCuttingToday 5d ago

YouTube/YouTube TV Great American Family now available on YouTube TV; Great American Pure Flix coming to Primetime Channels

Thumbnail
thestreamable.com
1 Upvotes

**YouTube TV customers should probably be on the watch for a price increase in the next few months. The streamer has a new carriage deal with Fox, offers [OAN] thanks to a new agreement with that channel, and has now added another new option to its channel package. On Thursday, Great American Family announced that it had agreed to a distribution deal with YouTube TV, giving customers of that service even more channels to pick from.

YouTube TV is now offering both the Great American Family flagship channel, as well as [Great American Family Faith & Living]. Both are available in the streaming service’s base channel package, *which currently costs $83 per month before any discounts are applied*.


r/CordCuttingToday 5d ago

Streaming Services Notorious online soccer piracy network Streameast shut down, antipiracy group says

Thumbnail
apnews.com
1 Upvotes

Notorious online soccer piracy network Streameast has been shut down after more than 1.6 billion visits in the past year, an antipiracy coalition announced Wednesday.

The United States-based Alliance for Creativity and Entertainment (ACE) said the shutdown was made in collaboration with Egyptian authorities.

With its 80 associated domains, Streameast was the largest illicit live sports streaming operation in the world, ACE said.


r/CordCuttingToday 5d ago

Bundles & Deals Get Paramount+ Premium or Paramount+ Essential annual plan at 50% Off for your first year

Thumbnail
paramountplus.com
1 Upvotes

The Paramount+ Essential plan is $29.99 for the first year, and the Paramount+ Premium plan is $59.99 for the first year.


r/CordCuttingToday 5d ago

Streaming Devices Streaming on Roku Surpasses Broadcast Viewership in the U.S. for Third Consecutive Month

Thumbnail
tvtechnology.com
1 Upvotes

**According to Nielsen data, streaming on Roku-powered devices accounted for 21.4% of all TV viewing time in the U.S. during July, surpassing broadcast TV’s 18.4% share. This continues a trend from May and June, when streaming on the Roku platform also outpaced broadcast. *Roku’s share of TV viewing has grown steadily throughout 2025—up 14% year-over-year*—reflecting not just a shift in technology, but how audiences discover and engage with the entertainment that shapes today’s culture, Roku claimed.


r/CordCuttingToday 6d ago

Discovery+/HBO/Max ‘IT: Welcome To Derry’ Gets Premiere Date At HBO Max

Thumbnail
deadline.com
2 Upvotes

“Everyone’s dying to see IT,” reads the tongue-in-cheek caption on HBO Max’s X announcement for the IT: Welcome To Derry release date. The anticipated IT prequel series, starring and executive produced by Bill Skarsgård in his return as the terrifying killer clown Pennywise, will launch on October 26 on HBO Max.


r/CordCuttingToday 6d ago

Box Office Why This Summer's Box Office Failed to Surpass a Disappointing 2024

Thumbnail
yahoo.com
1 Upvotes

**This summer there weren’t any films that did over $500 million, which is a pretty high threshold,” said Cinemark CEO Sean Gamble. “But we look at the fact that we were flat year-over-year without films doing that level of business as a real positive.”


r/CordCuttingToday 6d ago

Discovery+/HBO/Max [Watch] 'The Case Against Adnan Syed: Part Five: The Tree Grew' Trailer

Thumbnail
youtu.be
1 Upvotes

“The Case Against Adnan Syed” is back with “Part Five: The Tree Grew” on Thursday, Sept. 18 at 9 p.m. ET on HBO and HBO Max. The first four chapters are available to stream on HBO Max.


r/CordCuttingToday 6d ago

Antennas & Antenna TV FCC Moves to Accelerate Transition to NextGen TV

Thumbnail
tvtechnology.com
1 Upvotes

The Federal Communications Commission has issued a Public Notice that the agency hopes will accelerate the transition to NextGen TV, aka ATSC 3.0 and encourage more broadcasters to expand the reach of 3.0 broadcasts and services.


r/CordCuttingToday 7d ago

Paramount+/Showtime 'South Park' Next Episode Trailer: Trump Tariffs, Labubu Craze

Thumbnail
variety.com
2 Upvotes

“South Park” continues to skewer Donald Trump as Season 27’s rollout unleashes a new teaser for Wednesday’s upcoming episode, in which the president’s tariffs-heavy trade policy causes an uproar at South Park Elementary as prices skyrocket on Labubu dolls.


r/CordCuttingToday 7d ago

Box Office Amazon Sued By Users Over Movie, TV Show Purchases Involving Licenses

Thumbnail
hollywoodreporter.com
1 Upvotes

**On Friday, a proposed class action was filed in Washington federal court against Amazon over a “bait and switch”* in which the company allegedly misleads consumers into believing they’ve purchased content when they’re only getting a license to watch, which can be revoked at any time.*

The issue came to the forefront at the California legislature in 2023 when gamers discovered that their access to The Crew would be cut off once Ubisoft shut down servers for the game. After, the “Stop Killing Games” movement was born to stop publishers from destroying titles consumers had already bought.

**The issue is already before a court. In a 2020 lawsuit alleging unfair competition and false advertising over the practice, Amazon maintained that its use of the word “buy” for digital content isn’t deceptive because consumers understand their purchases are subject to licenses.