Closed leo150 closed 1 year ago
Looks like build.sh
is pointing to a non-existing branch. Changing it to v3 fixed the issue.
Looks like
build.sh
is pointing to a non-existing branch. Changing it to v3 fixed the issue.
Thanks for pointing this out. vl-m112.0 and vl-3.4.0.0 are tags, not branches on our fork of libmediasoupclient repo. v3
is a branch currently looking onto vl-m112.0, so I'll fix the build script next time I get my hands on it.
Fixed in version 0.4.1
I'm getting errors while trying to build the project. Looks like cmake tries to build libmediasoupclient using C++14 instead of C++17. Any idea what could be wrong? Thanks.