Fix WebRTC ingest
This commit is contained in:
parent
fca96eaeb1
commit
e8388b2a89
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ namespace Mist{
|
|||
void OutWebRTC::handleWebRTCInputOutputFromThread(){
|
||||
udp.allocateDestination();
|
||||
while (keepGoing()){
|
||||
if (!handleWebRTCInputOutput()){Util::sleep(10);}
|
||||
if (!handleWebRTCInputOutput()){udp.sendPaced(10);}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue