Daniel Raeder

Results 70 comments of Daniel Raeder

Gun relay servers use Multicast locally, followed by websockets to connect to other relay servers and browsers, then optionally WebRTC with and between browsers.

Hmm. This is a problem. The ID from WebRTC may not be as unique as expected due to its length. Maybe combining Biri with [more standard approaches](https://github.com/successtar/browser-signature/blob/master/src/index.js) will help solve...

@bitdom8 All of the documentation is available on the [Wiki](https://github.com/amark/gun/wiki) on GitHub, which also feeds the website. The gitter chat is quite active compared to other p2p tech stacks' communities....

@dguenther This appears to be an issue with the wrtc library itself. I tried your workaround by removing `this._pc.localDescription` from line 618, but still got the segmentation fault. Is [node-wrtc](https://github.com/node-webrtc/node-webrtc)...

@dguenther Perfect! werift appears to be a drop-in replacement for node-wrtc that works great with simple-peer. Many thanks!

@dguenther Well, crud. werift-webrtc has the same segmentation fault issue as node-webrtc.

So, I think the error was in my own code for both node-wrtc and for werift-webrtc. I am using simple-peer to create a partial mesh, and I think my partial...

@dguenther Here's what I found out. I am building on [webtorrent-hybrid](https://github.com/webtorrent/webtorrent-hybrid). It uses `node-webrtc` v0.4.6. Not knowing that, I thought I still needed to pass in an instance of `wrtc`....

Dropping a comment for notifications on updates to this issue. EDIT: For MacOS these commands reveal the coordinate info I need - `defaults read /Library/Preferences/com.apple.windowserver.plist > output.txt` on my MacBook...

This issue is still happening.