Skip to content

Commit

Permalink
Revert ports
Browse files Browse the repository at this point in the history
because I know it works
  • Loading branch information
martinbjeldbak committed Nov 28, 2023
1 parent b0258be commit f57c550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Note: ARM-based CPUs are not currently supported, see issues [#5] and [#13].
Ensure you have [Docker](https://www.docker.com) installed and running. You can then pull down and run the container as shown below.

```console
docker run -t -p 80:6878 ghcr.io/martinbjeldbak/acestream-http-proxy
docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy
```

You are then able to access AceStreams by pointing your favorite media player
(VLC, IINA, etc.) to the URL

```
http://127.0.0.1/ace/getstream?id=dd1e67078381739d14beca697356ab76d49d1a2
http://127.0.0.1:6878/ace/getstream?id=dd1e67078381739d14beca697356ab76d49d1a2
```

Where `dd1e67078381739d14beca697356ab76d49d1a2d` is the ID of the desired AceStream channel.
Expand Down

0 comments on commit f57c550

Please sign in to comment.