diff --git a/src/output/output_rtmp.cpp b/src/output/output_rtmp.cpp index d7296f3e..2b0e1f83 100644 --- a/src/output/output_rtmp.cpp +++ b/src/output/output_rtmp.cpp @@ -589,7 +589,7 @@ namespace Mist { } //getStreamLength if ((amfData.getContentP(0)->StrValue() == "publish")) { if (amfData.getContentP(3)) { - streamName = amfData.getContentP(3)->StrValue(); + streamName = Encodings::URL::decode(amfData.getContentP(3)->StrValue()); reqUrl += "/"+streamName;//LTS /*LTS-START*/