Skip to content

Instantly share code, notes, and snippets.

@furkantektas
Last active August 29, 2015 14:00
Show Gist options
  • Save furkantektas/fcb7e7a376368b93642c to your computer and use it in GitHub Desktop.
Save furkantektas/fcb7e7a376368b93642c to your computer and use it in GitHub Desktop.
Raspberry PI Camera | Infinite Video Stream {h264|15fps}
#!/bin/sh
# starting raspberry camera stream at http://RASPBERRYIP:8090
raspivid -o - -t 0 -hf -vf -w 640 -h 480 -fps 15 | cvlc stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment