Alex Zhukov

Results 16 issues of Alex Zhukov

where do i start if i wanted to run jawampa on jetty-websocket?

If you construct peer connection like below, ipv6 addresses will not be gathered ``` pc = RTCPeerConnection(use_ipv6=False) ```

I used `` in https://github.com/webrtc-for-the-curious/webrtc-for-the-curious/pull/157 for "T`observe`"

# `pom.xml` ``` ... com.github.ntrrgc ts-generator 1.1.1 test org.jetbrains.kotlin kotlin-stdlib-jdk8 1.3.20 test org.jetbrains.kotlin kotlin-reflect 1.3.20 test ``` # sample test ``` package com.vg.js.player; import kotlin.reflect.KClass; import me.ntrrgc.tsGenerator.TypeScriptGenerator; import me.ntrrgc.tsGenerator.VoidType; import...

*Issue #, if available:* in master debug log prints ``` iceCandidatePairCheckConnection(): remote ip:192.168.254.75, port:192, local ip:49360.168.1.130, port:192 ``` notice port is `192` while local ip starts with `49360` *Description of...

@gpu What do you do for code signing on mac Not a jocl problem but (works just fine on my m1 mac) but jnr-ffi does not work see https://github.com/jnr/jnr-ffi/issues/257 Can...

The following will ignore all docker interfaces when gathering candidates ``` ice.get_host_addresses(block_list=["docker*"]) ``` The following will only allow ethernet interfaces when gathering candidates ``` ice.get_host_addresses(block_list=["eth*"]) ```

changes requested