dnsforge-repo / xteve

Latest Dockerized xTeVe v2.2.x IPTV proxy with Guide2go, zap2XML, Crond & Perl Support.
https://xteve.dnsforge.net
43 stars 10 forks source link

Feature request: UDPxy missing #11

Open cedricwalter opened 1 year ago

cedricwalter commented 1 year ago

some IPTV provider use UDP in their m3u stream. XTeVe support it in settings but you need to install UDPxy in image. would you consider adding it?

git clone https://github.com/pcherenkov/udpxy.git
cd udpxy/chipmunk/
sudo make
sudo make instal
/usr/local/bin/udpxy -p 8000

Note: I solve my issue by running another container, which is more modular

docker pull sbzr/udpxy
docker stop udpxy
docker remove udpxy

docker run -d --name=udpxy \
-p 4000:4000 \
--restart always \
sbzr/udpxy
dnsforge-repo commented 1 year ago

Given you are the first to make the request and we`ve not seen any providers using this feature, theres currently not enough demand to add this to dnsforge docker,