Get the Best IPTV Service
aIPTV Proxy – For Plex, Jellyfin, Emby, and More (modern XTeve / Threadfin) | Techkings
What's new

aIPTV Proxy – For Plex, Jellyfin, Emby, and More (modern XTeve / Threadfin)

Code:
Let me start with a quick DISCLAIMER to keep things clear and avoid any misunderstandings:

1. This is not about promoting any providers or sources. Think of this tool like a calculator—you’ll need to input your own "numbers" to make it work.
2. These are my personal, honest thoughts about a tool that has completely exceeded my expectations. I'm sharing this because I'm genuinely excited about it.
3. I have no affiliation with the tool, its developer, or anyone involved—just a happy user sharing my experience.

Now, let me introduce you to what’s been blowing my mind every single day: aIPTV.

This is a proxy tool that allows you to:
  • Add multiple playlists
  • Generate custom channels
  • Set up fallback/backup streams
  • Manage user profiles
  • Restream using ffmpeg for seamless playback across devices and players
    ...and so much more.
The UI is clean, the UX is fantastic, and it simply works.
Currently, there isn’t any public code available, as it’s still under development. However, it’s Docker-hosted, and plenty of users are running it on platforms like Unraid. The developer has promised to release the code once it’s ready, but even in its current state, the tool is impressive.
Many of us pair it with a Gluetun container to route everything through a VPN—it’s super easy to set up.

For those who want to give it a try, here’s the docker-compose file to get started.

YAML:
  aiptv:
    image: xtinct101/aiptv:latest #use :development-latest for dev builds
    container_name: aiptv
    restart: unless-stopped   
    networks:
      - bridge #user specific
    ports:
      - 5002:5002
    environment:
      - PORT=5002
      - DB_PORT=5433
      - PUID=$PUID
      - PGID=$PGID
      - LOG_LEVEL=info #warn, debug
      # - USE_EXTERNAL_DB=true
      # - DB_HOST= #optional for external db
      # - DB_USER= #optional for external db
      # - DB_PASSWORD= #optional for external db
      # - DB_NAME=#optional for external db
    volumes:
      - /opt/docker/data/aiptv/:/aiptv/data/
    devices: #optional
      - /dev/dri:/dev/dri


Have a great day, everyone!
 
Last edited by a moderator:
Back
Top
Flash Sale Popup