seydx / homebridge-camera-ui

Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support
MIT License
638 stars 92 forks source link

Logitech C920S HD Webcam no Audio #805

Open derekagraham78 opened 1 year ago

derekagraham78 commented 1 year ago

Describe the bug No audio device detected by fffmpeg, this webcam has a mic on it. I want to have it stream and record audio in the room

To Reproduce Running webcam in Camera UI on HomeBridge running on Garuda Linux(Arch based)

Expected behavior Audio streamed and recorded

Logs { "name": "CameraUI", "port": 8081, "atHomeSwitch": false, "logLevel": "debug", "mqtt": { "active": true, "tls": false, "host": "192.168.50.170", "port": 1883, "username": "dgraham", "password": "TrustnHim1025" }, "http": { "active": false, "port": 7272, "localhttp": false }, "smtp": { "active": false, "port": 2727, "space_replace": "+" }, "ftp": { "active": false, "useFile": false, "port": 5050 }, "ssl": { "active": false }, "options": { "videoProcessor": "/home/homebridge/.npm/_ffmpeg_for_homebridge/ffmpeg" }, "cameras": [ { "name": "Dereks Office Cam", "manufacturer": "Logitech", "model": "C920", "privacySwitch": false, "motion": false, "useInterfaceTimer": false, "motionTimeout": 0, "motionDelay": 1, "unbridge": true, "hsv": true, "prebuffering": false, "forcePrebuffering": false, "prebufferLength": 4, "hksvConfig": { "source": "-i /dev/video0", "maxWidth": 1280, "maxHeight": 720, "maxFPS": 60, "maxBitrate": 1024, "vcodec": "libx264", "audio": true }, "videoConfig": { "source": "-i /dev/video0", "subSource": "-i /dev/video0", "stillImageSource": "-i /dev/video0", "readRate": true, "analyzeDuration": 2, "probeSize": 5000000, "maxDelay": 0, "maxStreams": 3, "maxWidth": 0, "maxHeight": 0, "maxFPS": 0, "vcodec": "libx264", "acodec": "libfdk_aac", "packetSize": 1128, "stimeout": 0, "mapaudio": "1:a", "audio": true, "debug": true, "debugReturn": true },

Screenshots If applicable, add screenshots to help explain your problem.

Environment

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mkz212 commented 1 month ago

🎉 A new version of camera.ui

A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: https://github.com/seydx/camera.ui/issues/448 .

This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).