SmartTV Live
Unofficial live-stream relay extension for Moddy's SmartTV. Bundles yt-dlp, Deno and FFmpeg for one-click r2modman installation.
| Date uploaded | 6 days ago |
| Version | 0.1.0 |
| Download link | forder-SmartTV_Live-0.1.0.zip |
| Downloads | 41 |
| Dependency string | forder-SmartTV_Live-0.1.0 |
This mod requires the following mods to function
Moddy-SmartTV
TV Props with support for YouTube+, OBS Scene output, Twitch chat, and Video Device output. [a09k]
Preferred version: 0.9.6Thunderstore-unreal_shimloader
Thunderstore Mod Manager and r2modmanPlus support for RE-UE4SS.
Preferred version: 1.1.7NynrahGhost-Fusion
Fusion is an automated tool made to augment base game's DataTables with modded entries
Preferred version: 0.8108.3forder-FusionFix
Compatibility launcher for Fusion 0.8108.3 with current unreal-shimloader and VotV 0.9 profiles.
Preferred version: 0.1.0README
SmartTV Live Relay
SmartTV Live Relay is an unofficial extension for SmartTV by Moddy / modestimpala. It is not affiliated with or endorsed by the original SmartTV author.
The original SmartTV package is installed through the dependency list. This package does not include or replace SmartTV's PAK, models, Blueprints, store entries or UI assets.
What it does
SmartTV can already resolve normal videos through yt-dlp. This extension adds a small local relay for public YouTube Live and Twitch streams so Unreal's Windows Media player can open them reliably.
Normal videos continue to use SmartTV's original path. Live HLS sources are repackaged locally as fragmented MP4 without video re-encoding.
Installation
Use Install with Mod Manager on Thunderstore or install the package from r2modman.
There is no first-run downloader, PowerShell installer or folder-selection step. The required runtime files are included and placed into the game's Binaries\Win64\yt-dlp directory through unreal-shimloader's overlay system.
The original SmartTV, Fusion and unreal-shimloader are installed automatically as dependencies.
Usage
- Open a SmartTV and choose Media.
- Add a public YouTube Live URL or Twitch channel URL.
- Play the entry normally.
Starting a live stream can take a few seconds while the source is resolved and the local relay is prepared.
Included runtime
yt-dlp.exe— SmartTV Live relay shimyt-dlp-real.exe— yt-dlp 2026.07.04deno.exe— Deno 2.9.2ffmpeg/ffmpeg.exe— FFmpegN-121910-gcac5018eb9-20251127source/YtDlpShim.cs— source for the relay shimlicenses/— third-party license texts
The package performs no runtime downloads. Binary hashes and source information are listed in THIRD_PARTY_NOTICES.md.
Limitations
Public streams work best. Private, members-only, age-restricted, geo-blocked or DRM-protected streams may require authentication and may not work.
Türkçe
Bu paket, Moddy / modestimpala tarafından yapılan orijinal SmartTV modu için hazırlanmış bağımsız ve resmî olmayan bir canlı yayın eklentisidir. Orijinal SmartTV paketi bağımlılık olarak otomatik kurulur; televizyon modelleri, mağaza girdileri ve SmartTV PAK dosyası bu paketin içinde bulunmaz.
Thunderstore veya r2modman üzerinden Install with Mod Manager seçeneğine basman yeterli. Ek kurulum dosyası çalıştırılmaz ve ilk açılışta internetten program indirilmez.
SmartTV'nin Media bölümüne herkese açık bir YouTube Live veya Twitch kanal bağlantısı ekleyerek kullanabilirsin.
Credits
- SmartTV: Moddy / modestimpala
- Fusion: NynrahGhost
- unreal-shimloader: Thunderstore contributors
- yt-dlp contributors
- Deno contributors
- FFmpeg contributors
- Live relay and packaging: forderdev
CHANGELOG
0.3.0
- Replaced the overlay-only install with a verified physical runtime install, fixing SmartTV's
yt-dlp EXE Path Invaliderror. - Fixed child-process startup failures that left videos permanently in
pendingRequests. - Added a shimloader-environment Fusion launcher so
mod,pakandcfgpaths are no longer parsed as",". - Removed the unnecessary VoidMod dependency; SmartTV 0.9.6 only declares Fusion and unreal-shimloader.
- Preserves a pre-existing
yt-dlp.exeasyt-dlp.pre-SmartTV-Live.exebefore the first replacement. - Added deterministic runtime and package regression tests.
0.1.0
- Rebuilt the package for direct Thunderstore and r2modman installation.
- Bundled the tested yt-dlp, Deno and FFmpeg runtime through the shimloader overlay route.
- Added portable Deno configuration with no user-specific paths.
- Added relay source, binary hashes, third-party notices and license texts.
- Added clear attribution to the original SmartTV project.