logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Rinsky  
#1 Posted : Thursday, December 3, 2020 10:55:37 AM(UTC)
Rinsky

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2013(UTC)
Posts: 462

Thanks: 38 times
Was thanked: 39 time(s) in 35 post(s)
I think I already managed to make it work, but now it seems not to work anymore.

I would like to use the recorded mode also as "kinda live" mode. So if I use the "jump to now" shortcut, I also want to use a "ReplayPlay" shortcut at the same time. Sometimes it works, but sometimes it just gets stuck. The problem is of course that I can't play liveo videomaterial in in realtime while it's recording.

The thing I would need is a little delay for the "ReplayPlay" shortcut.

Any ideas on how to solve this? Any workarounds?

I also tried this script, but it still stops frome time to time instead of playing forward:

Input.Find("Replay - A").Function("ReplayJumptoNow")
Sleep(0)
Input.Find("Replay - A").Function("ReplaySetDirectionForward")
Sleep(50)
Input.Find("Replay - A").Function("ReplayPlay")


I also tried higher sleep times
dmwkr  
#2 Posted : Saturday, December 12, 2020 7:13:43 PM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 512

Thanks: 62 times
Was thanked: 119 time(s) in 108 post(s)
What sleep times did you try? My guess is to try 2000ms and then work your way down to find out what is possible.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.