Des scripts pour streamer - retour accueil
git clone git://bebou.netlib.re/stream-utils
Log | Files | Refs |
screengrab (155B)
1 #! /bin/sh 2 3 ffmpeg \ 4 -f x11grab \ 5 -framerate 30 \ 6 -i :0.0 \ 7 -s "1280x720" \ 8 -threads 4 \ 9 icecast://source:password@bebou.netlib.re:1111/coucou.mpeg 10