mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

Where can I find the rtc_base library? #700

Open Poyade opened 3 weeks ago

Poyade commented 3 weeks ago

Hello, respect of maintainer, I'm a novice, I have a question, when I compile webrtc-streamer, there is an error: 'webrtc-streamer-master/src/HttpServerRequestHandler.cpp: fatal error: rtc_base/logging.h: No such file or directory I found that the current project does not have the logging.h header file, rtc_base should be the basic library of webrtc, may I ask where to get it? I did not find third_party or rtc_base in the project.

mpromonet commented 2 weeks ago

Hi @Poyade It seems you did not install webrtc sdk. Best Regards Michel