Skip to content

Commit

Permalink
chore: update instance url
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesserli committed Oct 31, 2023
1 parent 7cd81c1 commit 4e618f3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# tv7-udpxy-rewriter

API which rewrites the Fiber7 TV7 playlist for use with udpxy

## How it works
Expand All @@ -7,23 +8,27 @@ Gets the current TV7 playlist from [https://api.init7.net/tvchannels.m3u](https:
and rewrites each playlist entry so that it points to your udpxy instance.

So this:

```
udp://@239.77.0.77:5000
```

Turns into this:

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

## How to use

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

```
https://tv7-udpxy.pegnu.cloud?udpxyHost=<host>&udpxyPort=<port>&https=false
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 or not your udpxy is listening on https (`true` / `false`)

* `<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`)

0 comments on commit 4e618f3

Please sign in to comment.