Murat Doğan

Results 46 comments of Murat Doğan

Any news on this @lichstam ?

That's right @pimterry , thank you for the hint. I have compiled it again, now it seems ok. @shirshak55 ``` git clone https://github.com/murat-dogan/node-datachannel.git cd node-datachannel npm install --ignore-scripts ``` *...

Thank you @shirshak55 ! Could you please try again with this binary; https://github.com/murat-dogan/node-datachannel/releases/download/v0.3.6-dev2/node-datachannel-v0.3.6-dev2-node-v93-darwin-arm64.tar.gz it is statically linked against openssl

Thank you for fast response. Now we have mac m1 binaries! Thank you! Note: I could not find a way to create a universal binary (arm64+x64). Reason for that is...

Mac m1 binaries will be released with v0.3.6

Hi Sorry for late reply. I don’t have any experience with Mac and I don’t have one. So I can’t test it. Prebuilt binaries are coming from GitHub actions. Anyway...

Hi Is this problem still exists? Did you solve your problem? Thanks,

I am sorry but I don't have access to a MAC, so I could not help it.

``` 2022-09-12 11:59:38.276 DEBUG [234707] [rtc::impl::Init::doInit@120] Global initialization 2022-09-12 11:59:38.280 VERB [234707] [rtc::impl::PeerConnection::PeerConnection@59] Creating PeerConnection 2022-09-12 11:59:38.280 DEBUG [234714] [rtc::impl::Certificate::Generate@223] Generating certificate (OpenSSL) 2022-09-12 11:59:38.280 VERB [234714] [rtc::impl::Certificate::Generate@239] Generating ECDSA...

Yes, it is specific to node v13 and 15. Actually, all callbacks are getting called. There is a problem with the queuing of the callbacks. If I ignore first candidate...