internal/ffmpeg/device/README.md
You can get video from any USB camera or Webcam as RTSP or WebRTC stream. This is part of FFmpeg integration.
video_size and framerate must be supported by your camera!Format: ffmpeg:device?{input-params}#{param1}#{param2}#{param3}
streams:
linux_usbcam: ffmpeg:device?video=0&video_size=1280x720#video=h264
windows_webcam: ffmpeg:device?video=0#video=h264
macos_facetime: ffmpeg:device?video=0&audio=1&video_size=1280x720&framerate=30#video=h264#audio=pcma
PS. It is recommended to check the available devices in the WebUI add page.