From: Steinar H. Gunderson Date: Sun, 13 Oct 2019 13:15:23 +0000 (+0200) Subject: Set the IPTV video as as-fast-as-possible. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=6f1d9794dc98a3e50ad7722bbca58ec10cf427ad;p=ultimatescore Set the IPTV video as as-fast-as-possible. --- diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index 65c64b3..c271bf5 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -70,6 +70,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(futatabi_server, Nageru.VIDEO_FORMAT_YCBCR) +iptv_video:change_rate(10.0) local static_image = ImageInput.new(cef_path .. "/nageru/dsn-bg.png")