Made RTMP push output not work in real-time mode, but fast-as-possible mode.

This commit is contained in:
Thulinma 2016-05-25 13:16:13 +02:00
parent 3bbda96ca0
commit e65c43defc

View file

@ -118,6 +118,7 @@ namespace Mist {
sendCommand(amfReply, 20, 1); sendCommand(amfReply, 20, 1);
} }
HIGH_MSG("Publish starting"); HIGH_MSG("Publish starting");
realTime = 0;
parseData = true; parseData = true;
}else{ }else{
setBlocking(true); setBlocking(true);