s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
888 stars 209 forks source link

[FEATURE REQUEST] Audio Streaming #360

Closed rjsachse closed 7 months ago

rjsachse commented 7 months ago

hello, have you looked at audio streaming too? this project streams audio and video and sync together with go2rtc ESP32-CAM_Audio

s60sc commented 7 months ago

i could output a wav stream, you would need to setup go2rtc

rjsachse commented 7 months ago

That would be good. Then can stream to homeassistant and save to sd card.

s60sc commented 7 months ago

Created an audio stream and checked vid sync with go2rtc. Now need to make it more robust

s60sc commented 7 months ago

v9.6 released