You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flvrec.py won't stop recording when the remote VNC host is turned off.
After shutting down the remote host flvrec.py is still recording and the flv file
is growing, but nothing is recorded. When the remote host is up again,
flvrec.py won't reconnect automatically, because it's still recording... nothing
from the last session :-)
Expected behavior:
stop recording and exit flvrec.py when the remote host is not "broadcasting"
or
wait until the remote host is up again then reconnect and continue recording.
Or is there a way around this?
Update: I've found a way around using Bash + -S, I'm currently testing,
I'll let you know if it works as expected.
The text was updated successfully, but these errors were encountered:
flvrec.py won't stop recording when the remote VNC host is turned off.
After shutting down the remote host flvrec.py is still recording and the flv file
is growing, but nothing is recorded. When the remote host is up again,
flvrec.py won't reconnect automatically, because it's still recording... nothing
from the last session :-)
Expected behavior:
or
Or is there a way around this?
Update: I've found a way around using Bash +
-S
, I'm currently testing,I'll let you know if it works as expected.
The text was updated successfully, but these errors were encountered: