Questions About RTP Stream and GST Module in Baresip Docker #3316
Unanswered
PabloKarpacho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Baresip Developers,
I am testing your SIP client to create an IP telephony setup combined with AI-generated voice responses.
I am not a professional C developer, so I am running and testing your client in Docker using the corresponding repository:
https://github.com/baresip/docker
During my work, I encountered a few questions:
I also found that you have an option to enable the gst streaming module, which I believe could help with this. However, I was unable to install it correctly in the Docker image.
I tried adding it via the flag:
-DMODULES="gst"
I also uncommented it in the config file, but when launching the container, I still receive a message saying that the module was not found.
Could you advise me on how to get it running?
And in general, am I on the right track in trying to implement my task this way?
I appreciate your comments in advance.
Beta Was this translation helpful? Give feedback.
All reactions