A virtual tuner card and EPG guide for online live TV sources like PlutoTV and Locast. Designed to work with Plex Media Server's Live TV / DVR feature.
faux-tuner
A virtual tuner card and EPG guide for online live TV sources like PlutoTV and Locast. Designed to work with Plex Media Server’s Live TV / DVR feature.
Largely inspired by (and parts shamelessy stolen from) locast2plex.
npm install -g https://github.com/FauxTuner/faux-tuner.git
If you get a permission error, you may need to use
sudo
:sudo npm install -g faux-tuner
Start
faux-tuner start
Status
faux-tuner status
Stop
faux-tuner stop
const fauxTuner = require('faux-tuner');
fauxTuner.listen(3130, () => {
console.log('Server listening at localhost:3130');
});
const express = require('express');
const fauxTuner = require('faux-tuner');
const app = express();
app.use(fauxTuner);
app.listen(3130, () => {
console.log('Server listening at localhost:3130');
});
Additional guides and documentation is available in our wiki.
First configure and enable your Live TV providers using the FauxTuner web interface. You can access these at http://localhost:3130/web/
once your installation of Faux Tuner is up and running.
Default Web UI Login:
Username:admin
Password:fauxtuner
An active Locast account is required to access this service. Learn more at https://locast.org