Commit a370be04d615004b965118319ad7552f07b943f0

Authored by Erickson Silva
1 parent 8a2b95ec
Exists in master and in 1 other branch devel

Aumenta o sleep após abrir o player pra geração do vídeo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
renderer/src/renderer.cpp
@@ -33,7 +33,7 @@ void Renderer::serverInitialize(){ @@ -33,7 +33,7 @@ void Renderer::serverInitialize(){
33 33
34 command.append(" && ").append(render); 34 command.append(" && ").append(render);
35 system(command.c_str()); 35 system(command.c_str());
36 - sleep(1); 36 + sleep(3);
37 } 37 }
38 38
39 void Renderer::receiveGlosa(std::string glosa, int64_t pts) { 39 void Renderer::receiveGlosa(std::string glosa, int64_t pts) {