Guest User

Untitled

a guest
Apr 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Server:
  2. gst-launch v4l2src ! videorate ! videoscale ! video/x-raw-yuv,width=320,height=240,framerate=3/1 ! jpegenc ! udpsink port=5000 sync=false
  3.  
  4. Client:
  5. gst-launch udpsrc port=5000 ! jpegdec ! xvimagesink sync=false
Add Comment
Please, Sign In to add comment