Lazy Panda
Lazy Panda
@vrnvorona @Lien03 @shinkuan Can it be reproduced under rust? I'm not familiar with python.
Because a single peer forcing forwarding is the same as all communicating with that peer needing to go through forwarding communication. This problem has existed for a long time, this...
Allowing clients to bind to arbitrary addresses would enable clients to send data to any address, which is a poor implementation. Therefore, it has been decided not to support this...
The benefits of supporting transport layer encryption are so small and minimal that it's forced me to rethink the need to include transport layer encryption at this time. None of...
@lherman-cs In fact, I don't think there's much need to add transport layer encryption to this whole topic, and my main point in keeping this topic is as a âdessertâ...
Only supports tls, not dtls, and will consider supporting quic directly in the future #138
use cpal crate
There is no way to control the capture frame rate with the existing capture method, because the video frames are called back by the Windows system at the refresh rate....
@Snoogens101 @zipslide Do you have the same problem running the rust example?
@angelbests Hi, it is possible to capture desktop audio in rust using cpal, here's my example: https://github.com/mycrl/mirror/blob/main/capture/src/audio.rs, list all the output devices and just bind the input stream.