CoSMoSoftware / OBS-studio-webrtc

This is a fork of OBS-studio with generic support for webrtc. It leverages the same webrtc implementation most browsers use.
http://www.cosmosoftware.io
GNU General Public License v2.0
587 stars 131 forks source link

Could NOT find LibWebRTC (missing: WEBRTC_INCLUDE_DIR) #356

Open AhadYounite opened 1 year ago

AhadYounite commented 1 year ago

I have followed all the mentioned steps for compiling the code but when I compile this in Visual Studio, the following error appears.

Could NOT find LibWebRTC (missing: WEBRTC_INCLUDE_DIR)

Can you please tell me why this issue appears and how I can solve that.

patrickcusack commented 1 year ago

I strongly suspect that this is a cosmosoft build that's not included.

Shados commented 1 year ago

If it's linked into the binaries they're distributing, then it should be made available, given the GPL2's requirements on making source(s) available.