Skip to content

wolf3592/kodi-fcast-receiver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCast receiver add-on for Kodi

FCast

FCast is an open source protocol that enables wireless streaming of audio and video content between devices, supporting various stream types such as DASH, HLS, and mp4.

Unlike proprietary protocols like Chromecast and AirPlay, FCast offers an open approach, empowering third-party developers to create their own receiver devices or integrate the FCast protocol into their own apps.

Official web site: fcast.org

Receiver

This add-on is an unofficial FCast receiver for Kodi. It allows you to stream content from any FCast client to Kodi media center.

Status

The original addon by c4valli has not been updated for over 9 months and is currently non-functional. This fork aims to:

  • Restore functionality by fixing broken features.
  • Ensure compatibility with the latest Kodi versions (e.g., Kodi 21 "Omega").
  • Provide ongoing maintenance and updates.

Pre-Release Available

A testing version of the addon is available: v0.0.1-alpha.

Acknowledgments

Development Environment

  1. Create virtual environment
python -m venv venv
  1. Activate virtual environment
source ./venv/bin/activate
  1. Install required modules
pip install -U mpv kodistubs

About

FCast receiver add-on for Kodi

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 97.9%
  • Makefile 2.1%