⚠️ Attualmente funziona solo su HuggingFace!
Un server proxy leggero basato su Flask e Requests, progettato per:
- 📥 Scaricare e modificare flussi .m3u / .m3u8
- 🔁 Proxare i segmenti
.ts, mantenendo header personalizzati - 🚫 Superare restrizioni come Referer, User-Agent, ecc.
- 🐳 Essere facilmente dockerizzabile su qualsiasi macchina o server
- Vai su Projects → Deploy a Web Service → Public Git Repo
- Inserisci il repo:
https://github.com/nzo66/tvproxy→ Connect - Dai un nome a piacere
- Imposta Instance Type su
Free - Clicca su Deploy Web Service
- Crea un nuovo Space
- Scegli un nome qualsiasi e imposta Docker come tipo
- Lascia Public e crea lo Space
- Vai in alto a destra →
⋮→ Files → carica tutti i file della repo - Infine vai su
⋮→ Embed this Space per ottenere il Direct URL
git clone https://github.com/nzo66/tvproxy.git
cd tvproxy
docker build -t tvproxy .
docker run -d -p 7860:7860 --name tvproxy tvproxycurl http://localhost:7860/Risposta attesa:
Not Found
The requested URL was not found on the server...
- 📄 Logs:
docker logs -f tvproxy - ⛔ Stop:
docker stop tvproxy - 🔄 Start:
docker start tvproxy - 🧹 Rimozione:
docker rm -f tvproxy
http://<server-ip>:7860/proxy/m3u?url=<URL_M3U8>
⚠️ Non proxare l'intera lista! Inserisci il proxy prima di ogni URL m3u8:
http://<server-ip>:7860/proxy/m3u?url=https://example.com/stream.m3u8
&h_user-agent=Mozilla/5.0...&h_referer=https://ilovetoplay.xyz/&h_origin=https://ilovetoplay.xyz- 📁 Supporta .m3u e .m3u8 automaticamente
- 🧾 Inoltra gli HTTP Headers necessari (Auth, Referer, etc.)
- 🔓 Supera restrizioni geografiche o di accesso
- 🖥️ Compatibile con qualsiasi player IPTV
- 🐳 Totalmente dockerizzato, pronto per il deploy
Ora puoi guardare flussi M3U8 ovunque, senza restrizioni!
Enjoy the Stream 🚀