Most likely fix RTMP CPU usage.

This commit is contained in:
Thulinma 2024-06-04 17:22:54 +02:00
parent f009856b64
commit 0f51e9ff55

View file

@ -1585,7 +1585,7 @@ namespace Mist{
sendCommand(amfReply, 20, 1);
}
HIGH_MSG("Publish starting");
if (!targetParams.count("realtime")){realTime = 0;}
if (!targetParams.count("realtime")){realTime = 800;}
parseData = true;
return;
}