Jerko Steiner

Results 82 comments of Jerko Steiner

Thanks for your comments. I created a simple implementation based on @ForbesLindesay's comment. Please review!

We could also pass the `ignoreWatch: true` to watchify to disable polling of the whole `node_modules` folder. On my machine the CPU usage with this set falls from 10 to...

What kind of flickering are you talking about? Which OS/Desktop environment/Browser do you use for screen sharing?

@Keats I just created a PR that should fix the issue, I'd greatly appreciate if you could have a look: https://github.com/Keats/tera/pull/908 :pray:

The snippet you quoted seems to have been added in commit 045df4c4bfd47ae0d657af98053f18e9a707ac34 from #2301. I've also noticed an issue with it Peer Calls as the tests started failing after upgrading...

@cnderrauber - sure, have a look at my branch [`jeremija/answerer-adds-track`](https://github.com/pion/webrtc/compare/master...jeremija/answerer-adds-track). There are two commits on top of `master`: - f8eb7dc79cce2622d1681103c269c9f233c753e3 which adds a failing test - 1822ba3e1e40ceae65f58e8b0896c8aadceb9151 which rolls back...

In my case I wanted to make object properties optional. I had an API spec from which I automatically generated query and URL parameters (using conditional types), and sometimes one...

That's really weird, nothing that I changed should have affected the latency as the changes were largely cosmetic. One thing that I did was updated is the `pion/webrtc` library to...

Thanks! When you're using the mesh network type, the browsers establish direct peer to peer connections when possible (or use a TURN relay when it isn't), so it's really out...

Oh, and the latest version v4.2.1 allows you to display some of the same stats over the video. There's a per-video and a global setting. ![Screenshot_20230213-063324](https://user-images.githubusercontent.com/1489493/218378975-b1366c4a-4280-4549-bb7b-47ade670bfee.jpg) ![Screenshot_20230213-063349](https://user-images.githubusercontent.com/1489493/218378981-7de9b43c-798e-495c-8d04-7af30e9ea031.jpg)