-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: combined streamed audio and video #82
Comments
Adding a 2 way communication channel by adding a speaker to it and a push button that sends a http post webhook would make it the perfect doorbell camera |
But is it possible to keep a communication in real-time? Do you have any example @vivekanandbv ,how to add this 2 way channel |
Think this is a bit out of scope for the ESP32CAM. Yes, one could add a I2S mems microphone but is already having difficulties streaming. |
If I read the manual correctly, https://github.com/AlexxIT/go2rtc can mux an audio and a video stream together. I added Go2RTC as the sole consumer of the Esp32Cam feed when I found out the ESP32Cam apparently can only stream to a single recipient at any time. This became quickly apparent when I tried to have two tablets watch the Esp32Cam's video stream concurrently. Go2RTC allows multiple clients to connect to a Go2RTC-hosted stream. |
Hi, This should be possible; multiple sockets are accepted... However, think this does not work because of lack of CPU... |
Oh, and yes, having both image and sound would be great. Some boards do have an onboard mems microphone... |
can anyone link some libraries which support realtime audio only streaming through rstp or any other protocol? |
Hi there! I've been searching all over the Internet to see how to have combined streamed audio and video -- so that if I attach an electret microphone / breakout board (perhaps with a pre-amp) to my ESP32-CAM, I can then stream both video and audio in a single RTSP URL.
I've found this -- which streams video.
I've found other repos which show how to stream audio.
I have yet to find anything that will combine stream audio and video.
Thank you for your help!
The text was updated successfully, but these errors were encountered: