This plugin extracts the HLS stream URL from a YouTube Live Stream link and provides it to InfoPanel's image item. InfoPanel can then play the stream as video inside the display panel.
- .NET 8.0
- InfoPanel 1.3.x (or version with HttpImageDisplayItem and m3u8 video support)
- yt-dlp - Must be installed and on PATH
- Windows (winget):
winget install yt-dlp.yt-dlp - Manual: Download from yt-dlp releases and add to PATH
- Download the .zip file and import into InfoPanel
- Download and unzip the
InfoPanel.YouTubeLivePlugin.zipfile - Copy the entire
youtube-live-pluginfolder to one of:- User plugins:
%APPDATA%\Roaming\InfoPanel\Plugins\ - Development:
[InfoPanel Install Directory]\Plugins\
- User plugins:
- The folder must stay intact — InfoPanel loads plugins from subfolders. Ensure these files are inside the folder:
InfoPanel.YouTubeLivePlugin.dllPluginInfo.iniconfig.ini
- Open
config.iniin the plugin folder - Add your YouTube Live Stream URL under the
[YouTube]section:
[YouTube]
Url=https://youtube.com/live/STREAM_IDSupported URL formats:
https://youtube.com/live/STREAM_IDhttps://youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_ID
- Restart InfoPanel or reload the plugin
To display the stream in your panel:
- Add the "Stream URL" sensor as an HTTP Image
- Adjust size and position as desired
The stream will play as video inside the panel. HLS URLs are cached for 30 minutes to avoid excessive yt-dlp calls.
| Issue | Solution |
|---|---|
| "yt-dlp not found" | Install yt-dlp and ensure it's on your system PATH |
| "Failed to extract stream URL" | Stream may be offline; check the URL in a browser |
| Black/blank display | Verify InfoPanel supports m3u8 (1.3.x+); stream may be starting |
| "Invalid YouTube URL" | Use one of the supported URL formats |
- Stream URL:
/youtube-live/youtube/stream-url - Status:
/youtube-live/youtube/status
MIT License
Copyright (c) 2026 fweepa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.