Create desktop-stream.sh

This commit is contained in:
deflax 2017-11-12 18:21:20 +02:00 committed by GitHub
parent 39651360cb
commit fbdc466cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
#!/bin/bash
ffmpeg -f x11grab -s 1366x768 -r 15 -i :0.0 -f alsa -i pulse -vcodec libx264 -preset ultrafast -crf 0 -acodec libmp3lame -ac 2 -ab 256k -ar 44100 -f flv "rtmp://localhost:1935/live"