gyrotech
Posts: 4
Joined: Tue Apr 26, 2016 5:11 am

UV4L Logging

Fri Feb 09, 2018 4:03 pm

Hi, I'm hoping this is a really dumb question, but I can't seem to coax any logs out of UV4L other than the notice level. I've tried various combinations of the -v argument, but it doesn't seem to generate anything on console or syslog. What's the dumb thing that I'm doing?

Here's my command line (I'm trying to get the screen sharing webrtc stuff to work):

Code: Select all

uv4l --driver dummy --auto-video_nr --enable-server --server-option '--use-ssl=yes' --server-option '--ssl-private-key-file=/etc/ssl/private/selfsign.key' --server-option '--ssl-certificate-file=/etc/ssl/private/selfsign.crt' --server-option '--enable-webrtc-video=no' --server-option '--enable-webrtc-audio=no' --server-option '--webrtc-receive-video=yes' --server-option '--webrtc-receive-audio=yes' --server-option=--webrtc-renderer-window=0 0 640 480 --server-option '--webrtc-renderer-fullscreen=yes' --server-option '--webrtc-receive-datachannels=no' --server-option '--port=9000'

Return to “Beginners”