Immersive-Video-Sample icon indicating copy to clipboard operation
Immersive-Video-Sample copied to clipboard

build WebRTC-Sample/owt-server error while apply patch to licode

Open clear19 opened this issue 4 years ago • 1 comments

please help

Get licode for owt

cd ${SERVER_PATH}/third_party && git clone ${LICODE_REPO} && \
cd licode && \
git reset --hard ${LICODE_COMMIT} && \
wget -r -nH --cut-dirs=5 --no-parent ${LICODE_PATCH_REPO} && \
git apply ${SERVER_PATH}/scripts/patches/licode/*.patch && \
mkdir -p ${SERVER_PATH}/build/libdeps/build/include && \
cp erizoAPI/lib/json.hpp ${SERVER_PATH}/build/libdeps/build/include && \

clear19 avatar Jul 03 '20 06:07 clear19

Hi! Could you give more details?

htliu6 avatar Jun 07 '22 08:06 htliu6