[
https://issues.apache.org/jira/browse/OPENMEETINGS-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089426#comment-17089426
]
Sebastian Wagner commented on OPENMEETINGS-2278:
------------------------------------------------
I think this issue with failing to start also has a knock on effect:
I think some of the failed start of recordings, lead to "ghost" KStream objects.
And then when iterating through the streams and starting to recordings on each
of the streams in:
[https://github.com/apache/openmeetings/blob/master/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KRoom.java#L183]
I can see in the log file it calls "start recording" on those streams. Even
though they don't exist. It calls recording on non existing streams, which
creates Zero byte webm files:
!image-2020-04-22-20-06-30-864.png|width=586,height=252!
> 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
>
> Attachments: image-2020-04-22-20-06-30-864.png
>
>
> 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)