jianjunz

Results 139 comments of jianjunz

Hi, customizedframescapturer.h is not a public header of OWT.framework. OWT SDK for iOS exposes Objective-C headers.

It looks like your codec preference doesn't have HEVC included.

Certificate unknown usually caused by either your certificate is not issued by a trusted CA, or your fingerprint specified at client side does not match server certificate. Please see https://github.com/open-webrtc-toolkit/owt-server/blob/master/doc/design/quic-agent.md#certificate-for-quic...

> 2021-10-19 21:14:43.769 - DEBUG: InternalConnectionRouter - Unlock error: { [Error: ENOENT: no such file or directory, open '.owt.authstore'] > errno: -2, > code: 'ENOENT', > syscall: 'open', > path:...

owt_web_transport_test_client is not a part of owt-server. It's not supposed to work with QUIC agent.

Verification with certificate hash/fingerprint only works for certificates valid for no more than 14 days.

5.0.x uses 83-sdk branch. The commit hash of owt-deps-webrtc native SDK depends on can be found in [DEPS](https://github.com/open-webrtc-toolkit/owt-client-native/blob/5.0.x/DEPS). If you want to use another version, you may need to fix...

The root cause seems to be one or more issues in QUIC agent. Uploading some logs. Scenario 1: Authentication for WebTransport connection was timeout. [workflow_log_1.zip](https://github.com/open-webrtc-toolkit/owt-server/files/6959450/workflow_log_1.zip) [server_log_1.zip](https://github.com/open-webrtc-toolkit/owt-server/files/6959451/server_log_1.zip) Scenario 2: Subscription didn't...

Added logging level configuration to QUIC SDK for better debugging this issue. Scenario 1 should be fixed by #1074.

Socket.IO for iOS is described in README.md of the release package. It can also be found in [source code](https://github.com/open-webrtc-toolkit/owt-client-native/blob/master/talk/owt/docs/ios/ios.md#4-socketio-section4). Please follow the build instruction in [Socket.IO cpp project](https://github.com/socketio/socket.io-client-cpp) to build...