From 366def19a4ef235bcad349b5f7744fcb1aa46ce4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 20 Oct 2018 19:20:50 +0200 Subject: [PATCH] Fixes for Futatabi integration. --- nageru/ultimate.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index 3045e6f..260fec3 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -48,7 +48,7 @@ cq:wrap(function() if headers:get ":status" == "200" then local body = assert(stream:get_body_as_string()) if body then - replay_title = "IPTV " .. body + replay_title = "IPTV (" .. body .. ")" end end end @@ -87,7 +87,7 @@ cef_input:execute_javascript_async("play()") local bg_video = VideoInput.new(cef_path .. "/flow-720.mp4", Nageru.VIDEO_FORMAT_YCBCR) -- local iptv_video = VideoInput.new("http://10.34.129.69:9060/1/v.flv", Nageru.VIDEO_FORMAT_YCBCR) -local iptv_video = VideoInput.new("http://home.samfundet.no/~sesse/videostuff", Nageru.VIDEO_FORMAT_YCBCR) +local iptv_video = VideoInput.new(futatabi_server, Nageru.VIDEO_FORMAT_YCBCR) function reload_cef() cef_input:reload() -- 2.39.2