Skip to content

Instantly share code, notes, and snippets.

@lifning
Created June 16, 2012 01:42
Show Gist options
  • Save lifning/2939558 to your computer and use it in GitHub Desktop.
Save lifning/2939558 to your computer and use it in GitHub Desktop.
Used in conjunction with glc and v4l2loopback, this can stream games.
#!/bin/bash
mkfifo fifo.glc
glc-capture -o fifo.glc -s "${@}" &
glc-play fifo.glc -y 1 -t -o - | yuv4mpeg_to_v4l2 /dev/video1
rm -f fifo.glc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment