ntadej / tano

Tano - an open IP TV player
http://tano.si/tano-player/
GNU General Public License v3.0
52 stars 23 forks source link

UDPXY (#3179303) #24

Closed ntadej closed 13 years ago

ntadej commented 13 years ago

One more feature request. Can you add UDPXY support in Tano? I think, that isn't difficult to do. But this feature can be exclusive for Tano users. UDPXY is a router daemon which encapsulate incoming udp stream into http stream. This is VERY useful to use IPTV via WiFi. WiFi transport of UDP causes frequent image corruption and freezes.

You need to make translation UDP stream URL like "udp://@224.2.0.1:6000" to "http://my.router:port/udp/224.2.0.1:6000" Where "my.router" - router ip or name. "port" - port number defined on udpxy config.

by Dmitry Zhmakin

SF.net Bug #3179303