Felquis G

Results 53 comments of Felquis G

:+1: this would be good for tracking breaking changes I'm at version 0.0.10, I'm not sure what was updated to the current 0.0.26

I have even made a demonstration about this: it requires two devices with camera. Demo: https://tbbc.app/mps Once the connection is stablished the screen shows a green background and a ping....

Try using config iceServer with `stun:global.stun.twilio.com:3478?transport=udp` as it is described in the README.md https://github.com/feross/simple-peer/blob/d47e7ce672ee7d36ac00d28cd5ce46f95535f644/README.md#api It solved my problem. For more info check the https://github.com/feross/simple-peer/blob/d47e7ce672ee7d36ac00d28cd5ce46f95535f644/README.md#connection-does-not-work-on-some-networks relevant source https://github.com/feross/simple-peer/blob/f1a492d1999ce727fa87193ebdea20ac89c1fc6d/index.js#L1038-L1048 Instantiation example: ```js...

I've been studying it since 2018 on my spare time, I saw some people moving to native WebRTC browser API the problems are the same but since you control the...

I'm using cat `cat files/*log > combined.log` and parsing combined.log into goaccess...

I tried to install the app via .dmg file with no success. Are you building the program yourself, what is your OS?

Thanks :) I think it's good to merge, cause I installed this plugin today and it worked well without this section... I'm not sure if it is needed on old...

To solve this error, just put move.js before `` :) Works like a charm!

The project do not need to add 'support' for bower. You can use move.js with bower in this way ``` js "dependencies": { "movejs": "https://raw.githubusercontent.com/visionmedia/move.js/0.3.3/move.min.js" } ``` And then you...