diff --git a/src/output/output_rtmp.cpp b/src/output/output_rtmp.cpp index 18debad1..2de5e217 100644 --- a/src/output/output_rtmp.cpp +++ b/src/output/output_rtmp.cpp @@ -507,7 +507,6 @@ namespace Mist { } if (amfData.getContentP(0)->StrValue() == "deleteStream"){ stop(); - onFinish(); return; } if ((amfData.getContentP(0)->StrValue() == "FCUnpublish") || (amfData.getContentP(0)->StrValue() == "releaseStream")){