wafy80/acestream

By wafy80

β€’Updated 9 months ago

Latest and lightest acestream engine version (3.2.11) in only 149 MB debian based!

Image
Networking
Integration & delivery
Web servers
4

10K+

wafy80/acestream repository overview

Docker Pulls Docker Image Size Docker Build pages-build-deployment

β πŸš€ AceStream Docker Image

Stream your favorite P2P content effortlessly with AceStream in a lightweight Docker container. No setup hassleβ€”just run and play!

⁠🌟 Features

  • Easy Setup: Start streaming in seconds with a single command.
  • Lightweight: Minimal image size for fast deployment.
  • Customizable: Configure ports and parameters to suit your needs.
  • Compatible: Works seamlessly with media players like VLC.

β πŸ›  Requirements

  • Docker installed on your system.
  • A stable internet connection for smooth P2P streaming.

β πŸš€ Quick Start

Run the following command to start the container:

docker run -d -p 6878:6878 wafy80/acestream
⁠πŸŽ₯ Access Your Stream

Use this URL in your favorite media player (e.g., VLC):

http://<host_address>:6878/ace/getstream?id=<content_id>

Replace <host_address> with your system's IP or hostname and <content_id> with the content ID you want to stream.

β πŸ”Œ Exposed Ports

  • 6878: HTTP port for the web interface and video streams.
  • 8621 (optional): UDP port for P2P traffic (improves performance).

β βš™οΈ Advanced Configuration

⁠Enable UDP for Better Performance

Expose the UDP port 8621 with this command:

docker run -d -p 6878:6878 -p 8621:8621/udp wafy80/acestream
⁠Customize Parameters

Add custom parameters to configure AceStream:

docker run -d -p 6878:6878 wafy80/acestream --client-console --bind-all --max-peers=50

β πŸ“Š Monitor the Service

Check the status of AceStream with this command:

wget -q -t1 -O- 'http://127.0.0.1:6878/webui/api/service?method=get_version'

⁠🀝 Contribute

Have ideas or found an issue? Open a pull request or report it in the Issues⁠ section.

β πŸ“œ License

This project is distributed under the WTFPL license. See the LICENSE file for more details.


πŸŽ‰ Start streaming now and enjoy the power of AceStream in Docker!

Tag summary

Content type

Image

Digest

sha256:b46cfabb5…

Size

159.4 MB

Last updated

9 months ago

docker pull wafy80/acestream