Skip to content
/ DVBPlex Public

Translates HDHomeRun API to DVBLink, enabling use with Plex

License

Notifications You must be signed in to change notification settings

Mika56/DVBPlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVBPlex

Simple container using Apache and PHP that allows the use of a DVBLink server in Plex.

This container translates the HDHomeRun API to DVBLink, allowing you to use the latter to record and watch live TV in Plex.

Usage

Three environment variables must be defined for this to work:

  • DVBLINK_DVBPLEX_URL : The url Plex can use to communicate with the container, e.g. http://dvbplex.home.local:5004/ or http://192.168.1.249:5004/
  • DVBLINK_SERVER : The DVBLink server, without port, e.g. 192.168.1.248 or dvblink.home.local
  • DVBLINK_PORT : The DVBLink server port, e.g. 8080

The container exposes the port 80, but you should map it to port 5004 to ensure a better detection by Plex.

To run under Docker, use:

docker run -p 5004:80 -e DVBLINK_DVBPLEX_URL=http://dvbplex.home.local:5004 -e DVBLINK_SERVER=192.168.1.248 -e DVBLINK_PORT=8080 mika56/dvbplex:latest

About

Translates HDHomeRun API to DVBLink, enabling use with Plex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published