Skip to content

Instantly share code, notes, and snippets.

@sakti
Created February 19, 2013 13:15
Show Gist options
  • Save sakti/4985759 to your computer and use it in GitHub Desktop.
Save sakti/4985759 to your computer and use it in GitHub Desktop.
streaming screen capture on x server using gstreamer
gst-launch-0.10 ximagesrc use-damage=0 ! video/x-raw-rgb,framerate=15/1 ! ffmpegcolorspace ! video/x-raw-yuv ! jpegenc ! multipartmux ! tcpserversink host=0.0.0.0 port=11111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment