StreamPK Sports is a streamlined video addon designed to fetch and stream live sports directly from the streamed.pk API. Unlike standard resolvers that struggle with modern anti-bot mechanisms, this addon utilizes an automated background extractor to pull high-quality video and audio feeds seamlessly into Kodi's native media player.
- Live Sports Hub: Real-time matches spanning Soccer, Motorsports, Basketball, Football, and more.
- Today's Matches: Quickly browse schedules and events playing today.
- Native Playback: The integrated background stream multiplexer flawlessly passes HLS and fMP4 video back to Kodi's internal player, preventing any need for external browser popups.
- Automated Unmute: Video and audio feeds are intelligently merged and started without requiring any manual interaction.
Modern sports streams often employ complex WebRTC or chunked fMP4 delivery that standard Kodi resolvers cannot process. StreamPK circumvents this by running a headless background proxy (extractor_proxy.py) powered by Playwright and FFmpeg.
When a stream is selected:
- The addon initiates the headless proxy in the background.
- The proxy intercepts the raw video and audio data chunks natively.
- FFmpeg multiplexes the separated chunks into a single
MPEG-TSstream in real time. - Kodi natively plays the local endpoint (
http://127.0.0.1:8081/stream) in high definition.
Because this addon relies on a headless browser for extraction, ensure your host system has the following dependencies installed:
- Python 3
- FFmpeg (must be available in your system's PATH)
- Playwright:
pip install playwright playwright install chromium
- Download the repository as a ZIP file.
- Open Kodi and navigate to Add-ons > Install from zip file.
- Select the downloaded ZIP file.
- Wait for the installation confirmation notification.
If you encounter issues where the stream times out or fails to load:
- Check the Kodi Log: Review the
kodi.logfile, typically located in~/.kodi/temp/on Linux systems. - Verify FFmpeg: Ensure
ffmpegis properly installed and accessible from the command line. - Verify Playwright: Ensure Playwright and its Chromium binaries are installed correctly in the same Python environment that Kodi utilizes.
This addon is for educational purposes only. It uses an automated proxy to capture and relay streams for personal use, and does not host or distribute any copyrighted content. The developer does not condone the use of this addon for accessing copyrighted content without permission. Users are responsible for complying with all applicable laws and regulations.



