openmeetings / openmeetings-docker

Docker image for OM
Apache License 2.0
110 stars 57 forks source link

screen sharing interupted with error #13

Closed Fmajor closed 4 years ago

Fmajor commented 5 years ago

5.0.0-M1 docker version

We got frequent screen sharing interruption with error Media FlowOut :: NOT_FLOWING

what's the reason of it and how can i solve it? The logs before and after this error

DEBUG 11-12 14:06:31.798 o.a.o.c.u.WebSocketHelper:205 [io-5443-exec-21] - Sending json WebSocket message to room: {"type":"mic","id":"activity","active":true,"uid":"2c45827e-b8b0-49f2-aa34-68bf0cadb44c"}                                                                   
DEBUG 11-12 14:06:31.815 o.a.o.c.u.WebSocketHelper:205 [io-5443-exec-18] - Sending json WebSocket message to room: {"type":"mic","id":"activity","active":false,"uid":"2c45827e-b8b0-49f2-aa34-68bf0cadb44c"}                                                                  
DEBUG 11-12 14:06:31.831 o.a.o.c.u.WebSocketHelper:205 [nio-5443-exec-7] - Sending json WebSocket message to room: {"type":"mic","id":"activity","active":true,"uid":"2c45827e-b8b0-49f2-aa34-68bf0cadb44c"}                                                                   
DEBUG 11-12 14:06:31.844 o.a.o.c.u.WebSocketHelper:205 [io-5443-exec-30] - Sending json WebSocket message to room: {"type":"mic","id":"activity","active":true,"uid":"54ca5bd5-644c-45c4-b538-02f889c64c4d"}                                                                   
DEBUG 11-12 14:06:31.876 o.a.o.c.u.WebSocketHelper:205 [io-5443-exec-24] - Sending json WebSocket message to room: {"type":"mic","id":"activity","active":false,"uid":"54ca5bd5-644c-45c4-b538-02f889c64c4d"}                                                                  
DEBUG 11-12 14:06:31.890 o.a.o.c.u.WebSocketHelper:205 [io-5443-exec-29] - Sending json WebSocket message to room: {"type":"mic","id":"activity","active":true,"uid":"54ca5bd5-644c-45c4-b538-02f889c64c4d"}                                                                   
WARN  11-12 14:06:31.918 o.a.o.c.r.KStream:117 [ntExec-e2-t1263] - Media FlowOut :: NOT_FLOWING                                                                                                                                                                                
DEBUG 11-12 14:06:31.920 o.a.o.c.r.KurentoHandler:221 [ntExec-e2-t1263] - Searching for room 2                                                                                                                                                                                 
DEBUG 11-12 14:06:31.920 o.a.o.c.r.KurentoHandler:235 [ntExec-e2-t1263] - Room 2 found!                                                                                                                                                                                        
INFO  11-12 14:06:31.921 o.a.o.c.r.StreamProcessor:286 [ntExec-e2-t1263] - No more screen streams in the room, stopping sharing                                                                                                                                                
DEBUG 11-12 14:06:31.922 o.a.o.c.u.WebSocketHelper:123 [ntExec-e2-t1263] - Sending WebSocket message to room: rightUpdated fcad9705-d35e-42f3-af65-7077f636c425                                                                                                                
DEBUG 11-12 14:06:31.923 o.a.o.c.r.KStream:272 [ntExec-e2-t1263] - PARTICIPANT 7f5de07c-d1be-4e43-873e-254f1eac4793: Releasing listeners                                                                                                                                       
DEBUG 11-12 14:06:31.923 o.a.o.c.r.KurentoHandler:221 [Thread-624746] - Searching for room 2                                                                                                                                                                                   
DEBUG 11-12 14:06:31.923 o.a.o.c.r.KurentoHandler:235 [Thread-624746] - Room 2 found!                                                                                                                                                                                          
DEBUG 11-12 14:06:31.923 o.a.o.c.r.KurentoHandler:221 [Thread-624746] - Searching for room 2                                                                                                                                                                                   
DEBUG 11-12 14:06:31.924 o.a.o.c.r.KurentoHandler:235 [Thread-624746] - Room 2 found!                                                                                                                                                                                          
DEBUG 11-12 14:06:31.924 o.a.o.c.r.KurentoHandler:221 [Thread-624746] - Searching for room 2                                                                                                                                                                                   
DEBUG 11-12 14:06:31.924 o.a.o.c.r.KurentoHandler:235 [Thread-624746] - Room 2 found!                                                                                                                                                                                          
DEBUG 11-12 14:06:31.924 o.a.o.d.d.r.PollDao:104 [Thread-624746] -  :: hasPoll :: 2                                                                                                                                                                                            
DEBUG 11-12 14:06:31.926 o.a.o.c.u.WebSocketHelper:180 [ntExec-e2-t1263] - Sending text WebSocket message to All: {"type":"kurento","id":"broadcastStopped","uid":"7f5de07c-d1be-4e43-873e-254f1eac4793"}                                                                      
DEBUG 11-12 14:06:31.927 o.a.o.d.d.r.PollDao:98 [Thread-624746] -  :: getArchived :: 2                                                                                                                                                                                         
DEBUG 11-12 14:06:31.930 o.a.o.c.r.KurentoHandler:221 [Thread-624746] - Searching for room 2                                                                                                                                                                                   
DEBUG 11-12 14:06:31.930 o.a.o.c.r.KurentoHandler:235 [Thread-624746] - Room 2 found!                                                                                                                                                                                          
DEBUG 11-12 14:06:31.930 o.a.o.c.r.KurentoHandler:221 [Thread-624746] - Searching for room 2                                                                                                                                                                                   
DEBUG 11-12 14:06:31.930 o.a.o.c.r.KurentoHandler:235 [Thread-624746] - Room 2 found!

thanks

solomax commented 4 years ago

Hello @Fmajor, This is the guard against camera disconnection In case server get no data from the client it closes connection

Fmajor commented 4 years ago

Hello @Fmajor, This is the guard against camera disconnection In case server get no data from the client it closes connection

We only open the mics and one of us share his screen, we make no camara data flow, but we got frequent screen sharing interruption.

solomax commented 4 years ago

@Fmajor please check the progress on this issue here https://issues.apache.org/jira/browse/OPENMEETINGS-2153

solomax commented 4 years ago

Should be fixed @Fmajor could you check latest SNAPSHOT: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/