webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

Audio interface initialization not working

Open vikgold opened this issue 3 years ago • 1 comments

I'm getting the following error when running the docker container across two different hosts:

[000:000][1] (audio_device_pulse_linux.cc:1605): failed to connect context, error=-1
[000:000][1] (audio_device_pulse_linux.cc:145): failed to initialize PulseAudio
[000:000][1] (audio_device_impl.cc:341): Audio device initialization **failed.**

Anything I can do to resolve this? The RTSP to WebRTC video stream works perfectly!

vikgold avatar Jan 17 '22 20:01 vikgold

Hi,

It is possible to add -a parameter to disable audio capture.

Best Regards, Michel.

mpromonet avatar Jan 27 '22 07:01 mpromonet