Recently I discover some solutions to enable IPTV for Mono v1.32
1. Very simple method without kernel recompilation using “udpxy”Download compiled package from here
http://rghost.net/2311390 Extract udpxy from sbin folder, and copy it to mono sbin folder trough web interface. Create a simple wan rule (from any to 224.0.0.0/4) and run it like this:
/sbin/udpxy -a xl1 -p 4022 -m xl0Where xl1 is lan, xl0 is wan and 4022 port (you can use any port you want) after server runs, you can see statistics page at
http://monoip:4022/statusTo listen TV you can use native proxy or using url like this:
http://monoip:4022/udp/239.10.1.28:12342. Using “igmpproxy” with kernel recompilation & build in rulesHere is image
http://rghost.net/2311317, next download compiled package
http://rghost.net/2311395 Extract igmpproxy form sbin folder and igmpproxy.conf from etc folder, modify configuration file and copy two files to mono sbin folder. Create a simple wan rule (from any to 224.0.0.0/4) and run it
/sbin/igmpproxy /sbin/igmpproxy.conf > /dev/null 2>&1 &To listen TV just use provided play list or url without modification.
You can also use mrouted but if your ISP using PIMv2 is not working.
udpxy, mrouted, igmpproxy can be bundled with image or dynamically loaded using mono config and usb drive…
P.S. Sorry for my english