wtsnz / obs-ios-camera-source

Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB
https://obs.camera/
GNU General Public License v2.0
344 stars 60 forks source link

Increase recv timeout from 10ms to 100ms to reduce potential spinning #61

Closed eric closed 3 years ago

eric commented 3 years ago

If each frame is coming in at 1/30th of a second, it would be sending a packet every 33ms, so a 10ms timeout would cause two recv timeouts before it gets new data.