diff --git a/src/Network/fgcom.cxx b/src/Network/fgcom.cxx index 9c85420..3b15082 100644 --- a/src/Network/fgcom.cxx +++ b/src/Network/fgcom.cxx @@ -651,10 +651,10 @@ void FGCom::valueChanged(SGPropertyNode *prop) SG_LOG(SG_SOUND, SG_ALERT, "FGCom: PTT active: " << soundpath); - std::string urlcmd = "ffplay -nodisp -autoexit -loglevel quiet -i " + soundpath; + //std::string urlcmd = "ffplay -nodisp -autoexit -loglevel quiet -i " + soundpath; - SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd ); - system(urlcmd.c_str()); + //SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd ); + //system(urlcmd.c_str());