[vlc-devel] [PATCH 3/3] lua: sd: use gzip for icecast (fix #7515)

Francois Cartegnie fcvlcdev at free.fr
Wed Apr 24 22:20:09 CEST 2013


---
 share/lua/sd/icecast.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/sd/icecast.lua b/share/lua/sd/icecast.lua
index d6ecefe..8e59fab 100644
--- a/share/lua/sd/icecast.lua
+++ b/share/lua/sd/icecast.lua
@@ -30,7 +30,7 @@ function dropnil(s)
 end
 
 function main()
-    local tree = simplexml.parse_url("http://dir.xiph.org/yp.xml")
+    local tree = simplexml.parse_url("httpz://dir.xiph.org/yp.xml")
     for _, station in ipairs( tree.children ) do
         simplexml.add_name_maps( station )
         local station_name = station.children_map["server_name"][1].children[1]
-- 
1.7.9




More information about the vlc-devel mailing list