An open API service indexing awesome lists of open source software.

https://github.com/jacemayer/pyplexdvr

Python Plex DVR using Flask and FFMPEG
https://github.com/jacemayer/pyplexdvr

flask gunicorn plex plex-channel plex-media-server

Last synced: about 2 months ago
JSON representation

Python Plex DVR using Flask and FFMPEG

Awesome Lists containing this project

README

          

# PyPlexDVR
This was created to constantly serve TV/Movies as a Live TV Stream to Plex Media Server.

Features:
- HDHomeRun DVR Emulation (using gunicorn + Flask)
- Media streaming from files (FFMPEG)
- Media streaming from HTTP (FFMPEG)

# Usage
Download and modify the DVR Configuration file
https://github.com/JaceMayer/PyPlexDVR/blob/main/config.yaml
Pull the latest docker image
```
docker pull ghcr.io/jacemayer/pyplexdvr:latest
```
Run the docker container passing in your media directiory, and your configuration file.
```
docker run -v /PATH/TO/MEDIA:/CONFIGURED/PATH -v /PATH/TO/config.yaml:/home/appuser/config.yaml -p 5006:5006 -i -t ghcr.io/jacemayer/pyplexdvr:latest
```