John R. Bradley
John R. Bradley
Calculate the maximum MTU size that can travel the entire path machine1machine2. The easiest way is probably to craft heartbeat messages starting at the maximum value until they are successfully...
Co-authored-by: Sean DuBois Co-authored-by: DDRBoxman Co-authored-by: tt2468 First and foremost, thanks to the original author of the draft PR for webrtc Colin Edwards (DDRBoxman). ### Description This PR adds WebRTC...
### Description Fix to inaccurate timer in the main graphics thread. There are likely different solutions that could apply here like reducing wake up time (sleep_time / 2) so it...
# Depends on https://github.com/obsproject/obs-studio/pull/8093 ### Description * Add support for multiple video tracks to ffmpeg-mux. * Allows sparse video encodes (idx 1, 3,4) ### Motivation and Context * Multi-program mpegts...
This fixes an issue where when the MAX_CODECS length was equal to the amount of supported codecs (3), it would leave the list without a null terminator and crash when...