Created
June 16, 2012 01:42
-
-
Save lifning/2939558 to your computer and use it in GitHub Desktop.
Used in conjunction with glc and v4l2loopback, this can stream games.
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
#!/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