x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

xstream (271B)


      1 #!/bin/sh
      2 
      3 usage='usage: xstream addr'
      4 
      5 if test $# -ne 1
      6 then
      7 	echo $usage
      8 	exit 127
      9 fi
     10 
     11 addr=$1
     12 ffmpeg -hide_banner -r 20 -s 1920x1080 -f x11grab -i $DISPLAY  \
     13 	-f rtp -pix_fmt yuvj420p -c:v mjpeg -huffman 0 -force_duplicated_matrix 1 \
     14 	-b:v 20000k -q:v 7 rtp://$addr