项目作者: jmesserli

项目描述 :
Service which rewrites the Fiber7 TV7 playlist for use with udpxy
高级语言: Kotlin
项目地址: git://github.com/jmesserli/tv7-udpxy-rewriter.git
创建时间: 2018-06-15T21:23:27Z
项目社区:https://github.com/jmesserli/tv7-udpxy-rewriter

开源协议:MIT License

下载


tv7-udpxy-rewriter

API which rewrites the Fiber7 TV7 playlist for use with udpxy

How it works

Gets the current TV7 playlist from https://api.init7.net/tvchannels.m3u
and rewrites each playlist entry so that it points to your udpxy instance.

So this:

  1. udp://@239.77.0.77:5000

Turns into this:

  1. http://your-udpxy.host:your-udpxy-port/udp/239.77.0.77:5000

How to use

Point your player (e.g. VLC) to:

  1. https://tv7.pegnu.dev?udpxyHost=<host>&udpxyPort=<port>&https=false

Replace:

  • <host> (required): The hostname/ip of your udpxy instance
  • <port> (optional, default 4022): The port your udpxy is listening on
  • <https> (optional, default false): Whether your udpxy is listening on https (true / false)