-
Notifications
You must be signed in to change notification settings - Fork 594
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
Inbound audio as ffmpeg stream #26
Comments
Well. First. How do you plan to get video and audio from P2P? |
I have a little process that provides audio and Video from the camera via 2 socket inputs which I defined in the go2rtc yaml. Works like charm |
Do you have open example, how do you do it? |
This is the project: It's an HA addon based on your docker Container plus a python process to deal with the eufy camera via a websocket: |
Well. WebRTC > go2rtc > ffmpeg > python > nodejs. Very complicated. Needs time to understand all of this :) |
Yes, the stack is a bit crazy. The stack needs some work ;) |
I thinks audio back to ffmpeg is possible. But not a priority in near future. Have other nice things to do. |
Exec source now support backchannel |
I'm trying to implement 2-way audio for Eufy's Doorbells which support only P2P.
For that I would need to route the webrtc audio stream to an ffmpeg process that trancodes the audio and sends it to a tcp socket.
Is something like that possible with go2rtx?
The text was updated successfully, but these errors were encountered: