Skip to content

Instantly share code, notes, and snippets.

@rdehuyss
Created June 24, 2019 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdehuyss/ea61bd5fe35c986733d6bca8d9d34548 to your computer and use it in GitHub Desktop.
Save rdehuyss/ea61bd5fe35c986733d6bca8d9d34548 to your computer and use it in GitHub Desktop.
uv4l-raspicam.conf
driver = raspicam
auto-video_nr = yes
frame-buffers = 4
encoding = h264
width = 1024
height = 768
framerate = 10
rotation = 270 #depending on your hardware setup
server-option = --port=9090
server-option = --bind-host-address=0.0.0.0
server-option = --use-ssl=yes
server-option = --ssl-private-key-file=/etc/uv4l/selfsign.key
server-option = --ssl-certificate-file=/etc/uv4l/selfsign.crt
server-option = --enable-webrtc-video=no
server-option = --enable-webrtc-audio=yes
server-option = --webrtc-vad=yes
server-option = --webrtc-echo-cancellation=yes
server-option = --webrtc-max-playout-delay=34
server-option = --enable-www-server=yes
server-option = --www-root-path=/usr/share/uv4l/demos/doorpi/
server-option = --www-index-file=index.html
server-option = --www-port=8888
server-option = --www-bind-host-address=0.0.0.0
server-option = --www-use-ssl=yes
server-option = --www-ssl-private-key-file=/etc/uv4l/selfsign.key
server-option = --www-ssl-certificate-file=/etc/uv4l/selfsign.crt
server-option = --www-webrtc-signaling-path=/webrtc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment