obs-outputs: Include encoder name in RTMP flashVer

This will help ensure the receiving end knows that OBS is being used.

Closes jp9000/obs-studio#464
This commit is contained in:
Marc Chambers
2015-08-13 12:33:46 -07:00
committed by jp9000
parent 34b95eff8a
commit db6d9bb042

View File

@@ -404,7 +404,7 @@ static int try_connect(struct rtmp_stream *stream)
set_rtmp_dstr(&stream->rtmp.Link.pubPasswd, &stream->password);
stream->rtmp.Link.swfUrl = stream->rtmp.Link.tcUrl;
set_rtmp_str(&stream->rtmp.Link.flashVer,
"FMLE/3.0 (compatible; FMSc/1.0)");
"FMLE/3.0 (compatible; OBS Studio; FMSc/1.0)");
RTMP_AddStream(&stream->rtmp, stream->key.array);