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

fatal error: common_video/h265/h265_common.h: No such file or directory #624

Closed iqbal-h closed 9 months ago

iqbal-h commented 9 months ago

During make following error occurred:

/home/hiqbal/webrtc-streamer/inc/livevideosource.h:29:10: fatal error: common_video/h265/h265_common.h: No such file or directory
   29 | #include "common_video/h265/h265_common.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/webrtc-streamer.dir/build.make:90: CMakeFiles/webrtc-streamer.dir/src/PeerConnectionManager.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:124: CMakeFiles/webrtc-streamer.dir/all] Error 2

Steps:

mpromonet commented 9 months ago

Hi,

You need to upgrade the webrtc SDK.

Best Regards, Michel.