I've got an usb webcam with internal (hardware) h264 encoder and I managed to start the stream using:
Code: Select all
vlc v4l2:///dev/video0:width=320:height=240:chroma=h264
I've been told (at the #v4l irc channel) that this can be done using ioctl() in vlc's source code (more info here, if needed: https://ffmpeg.org/trac/ffmpeg/ticket/1389 ), so my question is: is there a way to tell the webcam to lower the encoding bitrate, using vlc?
Thanks in advance.