Closed Confygre closed 10 months ago
I get this at the beginning of the program But still I get error as Segmentation Fault.
I am working on Debian in VirtualBox. Can this be a reason for this issue?
That's likely to be an ffmpeg issue rather than a sipsorcery one. If it's still a problem I'd suggest trying a basic ffmpeg console app to access the audio device and if/when that works wire it up to sipsorcery.
@sipsorcery In FFmpegFileAndDevicesTest, I tried to capture mic. With this basic ffmpeg command
ffmpeg -f alsa -i hw:0,1 output.wav
I was able to capture the audio. But when I used the samehw:0,1
in the FFmpegFileAndDevicesTest at this linestatic private string MicrophoneDevicePath = "hw:0,1";
I get error as Segmentation fault. I also tried with default, hw:0. Nothing works.What causes this error? Is there a way to solve it.