X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=video.rst;h=3865e65c7aa56c1074484ec7e85f5ee095af2070;hb=9b29196ebd05944a4b78d9761ccc22354398b193;hp=d42fce3dfc13404d5e4a237712a4cffd3a616b01;hpb=ccd1fe6b09e618e1c3c9d69068f5212c2b72a432;p=nageru-docs diff --git a/video.rst b/video.rst index d42fce3..3865e65 100644 --- a/video.rst +++ b/video.rst @@ -88,14 +88,13 @@ You can also change its rate, e.g. by:: video:change_rate(2.0) This will make it play at twice its usual speed. Your rate should not be -negative nor exactly zero. Be aware that once you've set a rate, the player -will wait for the next frame before considering any other commands, -so if you set your rate to e.g. 0.001 to nearly stop it, you will indeed -need to wait 16.67 seconds (assuming 60 fps video) before you can speed it -up again. This restriction may be lifted in the future. +negative nor exactly zero. You can set a rate to e.g. 1e-6 if you want to +in practice stop the video; once you change it back to normal speed, +the next frame will resume playing. Integration with CasparCG ------------------------- -TODO +This section has been removed, as since 1.7.0, Nageru has :doc:`native support for HTML5 inputs `, +obsoleting CasparCG integration.