owt-server icon indicating copy to clipboard operation
owt-server copied to clipboard

owt server build error from master

Open peererror opened this issue 4 years ago • 1 comments

I am having following issue while compiling from source

Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.108.154, 185.199.110.154, 185.199.111.154, ... Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.108.154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2441357 (2.3M) [application/octet-stream] Saving to: ‘dist.tgz’

dist.tgz 100%[======================================================================>] 2.33M 2.11MB/s in 1.1s

2021-05-27 18:24:05 (2.11 MB/s) - ‘dist.tgz’ saved [2441357/2441357]

~/Intel/owt-server/scripts ~/Intel/owt-server/third_party/quic-transport ~/Intel/owt-server/scripts /linux/306912b0257df19f0327a46a9d41d88b629826d0.zip: Scheme missing. Failed to download prebuild QUIC SDK. Please download and compile QUIC SDK version 306912b0257df19f0327a46a9d41d88b629826d0 from https://github.com/

@starwarfan @jianjunz

peererror avatar May 27 '21 13:05 peererror

QUIC agent is not enabled by default. It's still an experimental feature See: https://github.com/open-webrtc-toolkit/owt-server/blob/master/source/agent/quic/readme.md

You can simply press Enter key to skip quic build.

If you need QUIC build, please see https://github.com/open-webrtc-toolkit/owt-sdk-quic

dannyZhou avatar Jun 09 '21 15:06 dannyZhou