Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Created May 29, 2011 20:43
Show Gist options
  • Save terrancesnyder/998122 to your computer and use it in GitHub Desktop.
Save terrancesnyder/998122 to your computer and use it in GitHub Desktop.
Test Castro Recording
import time
from castro import Castro
print "Start.."
c = Castro(host = 'localhost',
display = 1,
filename = "my-cool-screencast.swf",
passwd = "/home/ubuntu/.vnc/passwd")
c.start();
time.sleep(5)
print "End..."
c.stop();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment