Created
February 19, 2013 13:15
-
-
Save sakti/4985759 to your computer and use it in GitHub Desktop.
streaming screen capture on x server using gstreamer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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