GithubHelp home page GithubHelp logo

channels's Introduction

HLS-Proxy (from 7.1.0)

(You can download HLS-Proxy from the official site: https://www.hls-proxy.com/)

Setup channels match and logo replacing

HLS-Proxy has its own copy of channels.json But, you might have to customize it for your needs.

In this case you just put channels.json along with hls-proxy executable and when HLS-Proxy will start next time it will take your copy of channels.json instead of a built-in one.

Also, you might be interested to replace channels logo. It can be done by creating html folder and then logos folder in it and then you need to put all needed files into ./html/logos folder.

Installation

  1. Go to HLS-Proxy installation/running folder
  2. Run a command:
curl -LO https://github.com/hlsproxy/channels/archive/master.zip ; unzip -o master.zip -d "./" ; rsync -arv ./channels-master/ ./; rm -r channels-master master.zip

Requirements of a channels.json format

  • _id value should be unique
  • country should be standard ISO 3166-1 Alpha-2 code lower case
    You can find all codes here: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
  • logo_url is a link or a relative path (in case of local file) like this /logos/file.png
  • group a one of ids from groups.json file (You can find it in HLS-Proxy package)
  • basealias* is the main alias
  • aliases* is string of aliases separated by | character

*) basealias and aliases are constructed from all possible names.
Values for these fields should be in lowercase without spaces. Only letters and + allowed. All other chars should be removed.

Any contributions are more than welcome

channels's People

Contributors

coolsantino avatar hlsproxy 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.