Skip to content

Instantly share code, notes, and snippets.

@gipi
Last active September 7, 2018 22:41
Show Gist options
  • Save gipi/1330214 to your computer and use it in GitHub Desktop.
Save gipi/1330214 to your computer and use it in GitHub Desktop.
Create a #gstreamer pipeline to use with #skype
#!/bin/sh
# to use with v4l2loopback module
gst-launch -v videotestsrc ! "video/x-raw-yuv,width=640,height=480,framerate=30/1,format=(fourcc)UYVY" ! v4l2sink device=/dev/video1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment