-
Tried to build WebRTC library with your custom compiled GCC but I ran into this error:
`[515/2069] CXX obj/modules/audio_processing/aec3/aec3/reverb_decay_estimator.o
../modules/audio_processing/a…
-
I tried a clean build today on Ubuntu 18.04 and I see the same failure in the webrtc build that I see on the CircleCl builds from the last few days, beginning with 397. I found that if I remove "use…
-
hello,
I have rtsp camera and I have install this code from docker . I have tried all url which is provided in example and all works fine but i can not stream my local url.and i have checked my local…
-
newest webrtc use abseil, when compile webrtc-streamer.
make error:
g++ -o src/rtspaudiocapturer.o -c src/rtspaudiocapturer.cpp -Wall -pthread -g -std=c++11 -Iinc --sysroot=/ -DWEBRTC_POSIX -fno-…
-
Hello,
I've started playing with your project yesterday on my RPi 3.
My objective is to create an electric RC car built out of lego completely controlled via WebRTC.
With the aim of making thin…
-
src/rtspvideocapturer.cpp: In member function 'void RTSPVideoCapturer::DecoderThread()':
src/rtspvideocapturer.cpp:238:46: error: no matching function for call to 'webrtc::VideoDecoder::Decode(webrtc…
-
I am seeing a 226% CPU load on my raspi3 with one 480p RTSP stream. Janus handles it with a 10% cpu load.. thoughts?
-
Here is a part of the console log while the last command to build `webrtc-streamer` binary runs:
```libWebRTC__Release.a(echo_remover_metrics.o):echo_remover_metrics.cc:(.text._ZN6webrtc18EchoRem…
-
I'm running into the following compile error when running make on `rpi-web-streamer`:
```
arm-linux-gnueabihf-g++: error: unrecognized argument in option ‘-march=x86-64’
```
Full output
```
just…
-
Hi, I have problem with rtsp.
It should by simple. Install docker on my windows, paste docker command
`docker run -p 8000:8000 -it mpromonet/webrtc-streamer -n raspicam -u "myrtspurl" `
and go lo…