DEPRECATION WARNING! Unfortunately locast.org is no longer. This means that this project has been deprecated..
This application provides an interface between locast.org and Media Servers like Plex Media Server (PMS) and Emby by acting like an HDHomerun or an m3u tuner and an XMLTV provider.
locast2tuner
can imitate one or more digital tuners and provides geo cloaking across regions.
❗ Since locast.org uses Amazon Cloudfront to stream, region restrictions imposed by Cloudfront can not be circumvented. This means that
locast2tuner
might not work outside of the United States.
- Override your location using zip codes or cities
- Multiple digital tuners in a single server, either as separate servers or as one (multiplexing)
- Acts like either an HDHomerun or an m3u tuner
- Provides locast.org EPG information as an XMLTV guide
- And many more
Documentation can be found at https://wouterdebie.github.io/locast2tuner/
If you use locast2tuner
and want to contribute by sponsoring, please leave a donation at my Sponsor Page. All of the money donated will go towards organizations that support women and underprivileged children in STEM education like BUILT BY GIRLS, Electric Girls, Project Exploration and others.
This project isn't complete yet. It works, but there are a few things I'd like to get done. These can be found on the Issues page
❗ Make sure to check https://github.com/wouterdebie/locast2tuner/releases for breaking configuration changes in the latest release before submitting a bug! Also, please read the documentation and FAQ before submitting a bug request!
When you encounter a bug, please use Github Issues:
- PLEASE USE THE ISSUE TEMPLATES! Issues that are lacking log excerpts and other information might be closed. In other words don't file issues that are simple "It doesn't work" ones.
- Add a detailed description of the issue you're experiencing.
- Explain what steps can be taken to reproduce the issue.
- If possible, add an excerpt of the log file that shows the error.
- Add a copy of your config. You can get a copy of your running config by opening
/config
in a browser (e.g http://localhost:6077/config). This will not expose your locast password. If you can't access/config
, please add your config file without your password. - Before submitting, mark the issue as a "Bug".
When you have a features you'd like to see added, please use Github Issues and mark the issue as an "Enhancement".
If you're so awesome that you want to fix bugs or add features yourself, please fork this repository, code, and create a Pull Request. Please squash your commits into a single commit before sending the pull request.