[
https://issues.apache.org/jira/browse/OPENMEETINGS-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089115#comment-17089115
]
Sebastian Wagner commented on OPENMEETINGS-2278:
------------------------------------------------
The problem is:
When you start recording we actually do 2 things:
* StreamProcessor::recordingStarted == true
* StreamProcessor::sharingStarted == true
However when stopRecording, we only do
* StreamProcessor::recordingStarted == false
So when starting the recording again, it won't start the sharing part, which
doesn't trigger the popup to select which part to screenshare, which doesn't
trigger recording.
But the question is what should happen on stopping the recording, how to stop
the recoriding without stopping the screenshare ? It seems to assume that if
you start recording or stop recording the screenshare should be stopped at the
same time. I think it fact it does stop it.
> Recording will not start or stop again if you record a second time in the
> same room
> -----------------------------------------------------------------------------------
>
> Key: OPENMEETINGS-2278
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2278
> Project: Openmeetings
> Issue Type: Bug
> Components: Recordings
> Affects Versions: 5.0.0-M3, 5.0.0-M4
> Reporter: Sebastian Wagner
> Assignee: Sebastian Wagner
> Priority: Major
> Fix For: 5.0.0-M5
>
>
> If you enter a room, press start recording, press stop recording
> => Then you try to start again => The button doesn't do anything
--
This message was sent by Atlassian Jira
(v8.3.4#803005)