Replies: 8 comments 2 replies
-
hi here are some questions:
Br, |
Beta Was this translation helpful? Give feedback.
-
1: D:\Tool\vcpkg\installed\x64-windows include\gstreamer-1.0\gst 3: |
Beta Was this translation helpful? Give feedback.
-
So with CMake some packages are found, and some are not. Here is the file that looks for GST:
is there anything in this file that is missing or looks strange ? |
Beta Was this translation helpful? Give feedback.
-
FindGST.cmake I modified it to the following code.:
The error is still reported
|
Beta Was this translation helpful? Give feedback.
-
it looks Opus is detected on your system, here is the opus cmake file:
Do you have pkgconfig installed on Windows ? |
Beta Was this translation helpful? Give feedback.
-
adding @RobertMi21 |
Beta Was this translation helpful? Give feedback.
-
I haven't found a particularly good solution. I had previously successfully used GST, but the problem is that GST still requires a lot of configuration, making it overly complex. Moreover, GST didn't solve my purpose either. My goal is simply to push audio from a stream or file in a single way, like aufile, but baresip crashes when directly outputting the transcoded wav (I have already transcoded the MP3 using ffmpeg to 1CH 8000HZ PCMU with a bitrate of 64). I have no idea how to fix this. Then, I attempted to write the module myself, directly modifying aufile_src.c, and using FFmpeg for streaming. However, problems still occurred. I'm not sure if the server has specific requirements for streaming. When FFmpeg pushed 30 seconds of audio, the playback stopped after only 2 seconds. The learning curve for applying it is still rather steep. |
Beta Was this translation helpful? Give feedback.
-
please also provide info like requested here: https://github.com/baresip/baresip/wiki/Guidelines-for-reporting-Issues |
Beta Was this translation helpful? Give feedback.
-
GStreamer was installed via VCPKG.
C:\Users\akitc>vcpkg list gstreamer
gstreamer:x64-windows 1.24.12 GStreamer open-source multimedia framework core libraries and utilities.
gstreamer[plugins-base]:x64-windows 'Base' GStreamer plugins and helper libraries.
Could NOT find GST (missing: GST_FOUND REQUIRED_VARS GST_LIBRARIES GST_INCLUDE_DIRS)
What should I do
Beta Was this translation helpful? Give feedback.
All reactions