Skip to content

Instantly share code, notes, and snippets.

@igorrendulic
Last active July 2, 2020 02:18
Show Gist options
  • Save igorrendulic/e5b0658585222cfb54c2438b4ba4e2ad to your computer and use it in GitHub Desktop.
Save igorrendulic/e5b0658585222cfb54c2438b4ba4e2ad to your computer and use it in GitHub Desktop.
raspivid -t 0 -w 640 -h 480 -fps 15 -hf -b 1000000 -o - | \
> gst-launch-1.0 fdsrc ! h264parse config-interval=2 ! flvmux ! rtmpsink location='rtmp://127.0.0.1/live live=1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment