StreamV addon con Vixsrc, AnimeUnity, AnimeSaturn, TV e Eventi Sportivi
https://github.com/qwertyuiop8899/StreamViX/blob/main/README_eng.md
I've an issue with the manifest link, but you can click con the url https://vix.stremio.dpdns.org A MediaflowProxy is needed to unlock all the streams
Commands for Live TV from browser http://urladdon/live/update update live events list http://urladdon/live/purge clear old events http://urladdon/live/reload update the stremio catalog
StreamViX uses a unified proxy system that simplifies configuration:
MFP_URL
: Your MFP proxy URLMFP_PSW
: MFP proxy passwordTMDB_API_KEY
: TMDB API Key for metadata (OPTIONAL)ANIMEUNITY_ENABLED
: Enable AnimeUnity (true/false)ANIMESATURN_ENABLED
: Enable AnimeSaturn (true/false)Enable MPD Streams
: (true/false) Not working, leave falseEnable Live TV
: Enable to watch live tv (true/false)This method lets you have your personal instance of the addon online, for free and with maximum simplicity.
Web Service
.(https://github.com/qwertyuiop8899/StreamViX)
.render
Free
Logs
tab.Ideal if you have a server or VPS and want to manage the addon via Docker.
docker-compose.yml
fileSave the following content in a file called docker-compose.yml
, or add this compose to your existing file:
services:
streamvix:
build: [https://github.com/qwertyuiop8899/StreamViX.git#main](https://github.com/qwertyuiop8899/StreamViX.git#main)
container_name: streamvix
restart: unless-stopped
ports:
- '7860:7860'
Replace the link with your fork if preferred https://github.com/qwertyuiop8899/StreamViX_MFP.git#main
TMDB Api KEY, MFP link, MFP password, and the two flags will be managed from the installation page.
Open a terminal in the directory where you saved the docker-compose.yml
and run the following command to build and start the container in background:
docker compose up -d --build
If updates are available, run:
# Stop everything
sudo docker compose down streamvixau
# Remove the specific image
sudo docker rmi streamvix
# Clear build cache
sudo docker builder prune -f
# Rebuild completely without cache
sudo docker compose build --no-cache streamvix
# Start
sudo docker compose up -d streamvix
Use this if you want to modify the source code, test new features or contribute to StreamViX development.
git clone [https://github.com/qwertyuiop8899/StreamViX.git](https://github.com/qwertyuiop8899/StreamViX.git) # Make sure it's the correct StreamViX repo
cd StreamViX # Enter the newly cloned project directory
pnpm install
pnpm run build
pnpm start
The addon will be available locally at http://localhost:7860
.
This project is intended for educational purposes only. The user is solely responsible for usage. Ensure you respect copyright laws and terms of service of the sources used.
Original extraction logic written by https://github.com/mhdzumair for the extractor code https://github.com/mhdzumair/mediaflow-proxy
Thanks to https://github.com/ThEditor https://github.com/ThEditor/stremsrc for the main code and Stremio addon
A special thanks to @UrloMythus for the extractors and kitsu logic
5.2.3
Unknown
Italian (Italy)
This site uses cookies to improve your browsing experience and show personalized content.