Seungmin Kim

Results 665 comments of Seungmin Kim

@Xosrov Thanks for reaching out! I did not contact the devs at GStreamer about this yet, so I still have to ask them. Meanwhile, [Neko](https://github.com/m1k1o/neko) got a head start compared...

@Xosrov We have a contributor working to implement Windows functionalities by the way.

@Xosrov Please come to the Discord (button in README.md)! @callTx is developing right now.

~~I noticed that `self.webrtcbin.set_property("latency", 0)` might do something. I can't test right now, but this part is not in the code anywhere.~~ This does nothing. Even set `drop-on-latency` of the...

Turning of synchronization with `pulsesrc.set_property("provide-clock", False)` and `pulsesrc.set_property("do-timestamp", False)` improved the latency from what was around 200 ms in a good network to 100 ms.

Even though I did find it, I agree that it isn't a totally good idea.

I still feel that something still lacks after breaking sync. It's now stuck at around 100 ms when the connection is capable of under 30 ms. **Thus, I still think...

> May i ask how you calculate the exact latency value? I'm trying some new solutions but major network disruptions in Iran these few weeks make it hard to tell...

It was in my personal to do list all the time, and I will try to look into it.