Giter Club home page Giter Club logo

plexiptv's Introduction

PlexIPTV

This app simulate a DVR device for Plex by providing a layer to any IPTV provider (that provide a m3u8 playlist).

I created that app for several reaons:

What it does?

It does:

  • pull remote m3u8 file to a local file
  • if remote file isn't accessible it will fallback to the local file
  • settings can help to filter play list and remap the channels
  • proxy the IPTV stream so only the server will be seen as the "user"
  • allow multiple concurent views into the same channel even if the provider block it

Downloads

You can download the last version on the release page

OS

This app has been tested on windows, however it should work for all systems. If any isuse encounter, feel freel to create an issue.

Please provide me the full logs of what is happenning by doing on:

  • Linux
DEBUG=* ./PlexIPTV.linux.x64
  • MacOS
DEBUG=* ./PlexIPTV.macos.x64
  • Windows
set DEBUG=* & PlexIPTV.win.x64.exe & set debug =

Settings

{
  "m3u8": {
    "local": "iptv.m3u8", // Locale file
    "remote": "https://domain.fqd/blablabla.m3u8" // Remote URL of the playlist
  },
  "serverPort": 1234, // Server port
  "serverName": "PlexIPTV", // Name of the server
  "tunerCount": 1, // How many simultaneous feed your IPTV provider support
  "removeIfNotFoundOnFilter": true, // Will remove channel from playlist that aren't present on the filter list
  "doNotPullRemotePlaylist": false, // Will not pul online playlist
  "filter": [ // Filter list
    {
      "name": ">>> US News", // Regex of the name to match on the playlist
      "channel": "1" // Channel that will use for the found matching channel name
    },
    {
      "name": ">>> World News",
      "channel": "2"
    }
  ]
}

Docker

You can pull the image by doing docker pull xiaodoudoufr/plexiptv, then you can run it by docker run -p 12345:1234 -d xiaodoudoufr/plexiptv

TODO:

  • Option to avoid pulling online playlist
  • Docker container
  • Merge multiples online playlist

How to build yourself the app?

After have run yarn, if you are on windows you can use:

  • for powershell/cmd: npm run build:ps
  • for bash/sh: npm run build:sh

Changelogs

1.0.1:
 - add option to avoid pulling online playlist
 - add a docker container

1.0.0:
 - first release

plexiptv's People

Contributors

dependabot[bot] avatar hazcod avatar xiaodoudou avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.