]> git.sesse.net Git - ultimatescore/commitdiff
Set the IPTV video as as-fast-as-possible.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Oct 2019 13:15:23 +0000 (15:15 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Oct 2019 17:20:47 +0000 (19:20 +0200)
nageru/ultimate.lua

index 65c64b303186fbec7db7b364580d86b6d9a79493..c271bf5a8e79525635b2b8ccd58b732fc7e3421d 100644 (file)
@@ -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")