A Kodi video plugin that streams RT News live channels directly in Kodi.
NextGen RT News is a Kodi addon that provides access to RT (Russia Today) News live streams. The plugin automatically extracts stream URLs from RT's web pages and plays them using Kodi's built-in video player with HLS (HTTP Live Streaming) support.
-
8 Live RT News Channels:
- Global - Main RT News English channel
- US - RT America
- Documentaries - RT Documentary channel
- ESP - RT Spanish (Actualidad RT)
- ARAB - RT Arabic
- DE - RT Deutsch (German)
- FR - RT Français (French)
- RS - RT Balkan (Serbian)
-
Automatic Stream Detection - The plugin scrapes RT web pages to find and extract the actual m3u8 stream URLs
-
HLS Streaming Support - Uses inputstream.adaptive for reliable HLS stream playback
-
Simple Interface - Clean channel list with one-click playback
- Kodi 19 (Matrix) or later
- Python 3.x support in Kodi
- InputStream Adaptive addon (automatically installed as a dependency)
- In Kodi, go to Settings → Add-ons
- Enable Unknown sources if not already enabled (Settings → System → Add-ons → Unknown sources)
- Select Install from zip file
- When prompted for a path, select "None" and enter:
https://archive.org/download/nextgenrtkodirepository/repository.nextgenrt-1.0.0.zip
- Wait for the repository installation notification
- Go back and select Install from repository → NextGen RT Repository
- Select Video add-ons → NextGen RT News → Install
- The plugin will automatically install InputStream Adaptive if needed
Benefits: Once the repository is installed, you'll automatically receive updates when new versions are released!
Repository Homepage (IA mirror): https://archive.org/download/nextgenrtkodirepository/
Direct repository zip (browse or download):
https://archive.org/download/nextgenrtkodirepository/repository.nextgenrt-1.0.0.zip
- Download the latest release zip file from GitHub Releases
- In Kodi, go to Settings → Add-ons
- Enable Unknown sources if not already enabled
- Select Install from zip file
- Navigate to and select the downloaded zip file
- Wait for the addon installation notification
- The plugin will automatically install InputStream Adaptive if needed
- Copy the
plugin.video.nextgenrtfolder to your Kodi addons directory:- Windows:
%APPDATA%\Kodi\addons\ - Linux:
~/.kodi/addons/ - macOS:
~/Library/Application Support/Kodi/addons/
- Windows:
- Restart Kodi
- Make sure InputStream Adaptive is installed from the Kodi repository
- Go to Add-ons → Video add-ons
- Select NextGen RT News
- Choose a channel from the list
- The stream will start playing automatically
- Language: Python 3
- Video Format: HLS (m3u8)
- Stream Resolution: Determined by RT's source (typically HD quality)
- Dependencies:
- xbmc.python (3.0.1+)
- inputstream.adaptive
- Ensure InputStream Adaptive is installed and enabled
- Check your internet connection
- Some streams may be geo-blocked in certain regions
- Verify the plugin is installed in the correct addons directory
- Check Kodi logs for errors:
Settings → System → Logging → Enable debug logging
- Restart Kodi
- Check if the addon is enabled:
Settings → Add-ons → My add-ons → Video add-ons
plugin.video.nextgenrt/
├── addon.xml # Plugin metadata and dependencies
├── default.py # Entry point
├── icon.png # Add-on icon
├── fanart.jpg # Add-on fanart
├── resources/
│ ├── __init__.py
│ ├── settings.xml # Plugin settings (future use)
│ ├── lib/
│ │ ├── __init__.py
│ │ └── main.py # Main plugin logic and stream handling
│ └── language/
│ └── en-US/ # English language strings
- User selects a channel from the plugin menu
- Plugin fetches the RT webpage for that channel with proper User-Agent headers
- Regex patterns extract the m3u8 stream URL from the page HTML
- Stream URL is passed to Kodi with inputstream.adaptive configuration
- Video plays using Kodi's video player
GNU GENERAL PUBLIC LICENSE Version 2, June 1991
This plugin is not affiliated with or endorsed by RT (Russia Today). It simply provides a convenient way to access publicly available RT News streams within Kodi. Users are responsible for ensuring their use complies with RT's terms of service and local regulations.
Contributions are welcome! Please feel free to submit issues or pull requests.
- Initial release
- Support for 5 RT News live channels
- Automatic stream URL extraction
- HLS streaming with inputstream.adaptive
- Required dependency on inputstream.adaptive
Enjoy !!! For issues, questions, or feature requests, please open an issue on the GitHub repository.