diff --git a/src/output/output_webrtc.cpp b/src/output/output_webrtc.cpp index 5004a35e..1485e80a 100644 --- a/src/output/output_webrtc.cpp +++ b/src/output/output_webrtc.cpp @@ -1155,7 +1155,7 @@ namespace Mist{ void OutWebRTC::handleWebRTCInputOutputFromThread(){ udp.allocateDestination(); while (keepGoing()){ - if (!handleWebRTCInputOutput()){Util::sleep(10);} + if (!handleWebRTCInputOutput()){udp.sendPaced(10);} } }