Repository: openmeetings Updated Branches: refs/heads/3.3.x d6f0f022b -> 4943f46b0
[OPENMEETINGS-1696] more work on AV in conf room Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/4943f46b Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/4943f46b Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/4943f46b Branch: refs/heads/3.3.x Commit: 4943f46b07e7f0f750b09dc3be5c3afa554da9e4 Parents: d6f0f02 Author: Maxim Solodovnik <[email protected]> Authored: Wed Sep 13 10:01:15 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Wed Sep 13 10:01:15 2017 +0700 ---------------------------------------------------------------------- .../src/main/swf/base/hibernate/hibRtmpConnection.lzx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4943f46b/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx ---------------------------------------------------------------------- diff --git a/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx b/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx index d0ec07a..eac7038 100644 --- a/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx +++ b/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx @@ -504,7 +504,7 @@ <method name="closeStream" args="value"> //The onResult-Handler will be called be the rtmpconnection if ($debug) Debug.write("**** closeStream: ", value); - if (value == null) { + if (value == null || value.isBroadcasting) { return; } if (value.screenClient) {
