You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

I think it requires some docs at this point how the session vars are currently handled.
We have to keep in mind that there are now 3 session objects (RoomClient Objects) for a single user (potentially even more):

  • Type A) The main NetConnection (receives push messages/(RPC-Calls and forwards it via LocalConnection to the outer SWF container)
  • Type B) The NetConnection of the Audio/Video container (cannot handle push notifications but can invoke RPC calls)
  • Type C) The screensharing client (which you might open multiple times)

Type B) is new and it will take some time until all sync methods have been updated so that Type B) connection do not receive push methods ( https://issues.apache.org/jira/browse/OPENMEETINGS-47 ).


Issues to fix for release:

Main Jira Issue: https://issues.apache.org/jira/browse/OPENMEETINGS-45

Open Issue Audio/Video Component  (${entries.size()} issues)

T Key Status Summary Updated Assignee
Loading...
Refresh

Task

Status

Jira Issue

Merge audio/video components branch to trunk

(tick)

https://issues.apache.org/jira/browse/OPENMEETINGS-40

Remove unused components from SWF10 client

(tick)

 

Open / close rtmp connection in SWF10 app only in conference room

(tick)

 

fix icon status in new video components

started

https://issues.apache.org/jira/browse/OPENMEETINGS-52

fix ScopeApplicationAdapter / sync and message broadcasting mechanism to not send messages to SWF10 client

started

https://issues.apache.org/jira/browse/OPENMEETINGS-47

fix mute functionality in new video components

open

 

fix interview room type to use new audio/video components

open

 

fix recorder to use new audio/video components

open

 

fix testing application (5 second video recording on room enter) to use new a/v components

open

 

remove all old audio/video components:

  • the roomClient cannot be used anymore to sync clients for audio/video

started

https://issues.apache.org/jira/browse/OPENMEETINGS-44

fix Microphone to use enhanced modus and make new settings configurable

open

 

fix admin interface to do not display connections twice for a single user (or somehow indicate them)

open

 

fix url params (invitationHash / secureHash / language_id / roomScopeId / et cetera ) to be forwarded to inner SWF components

open

https://issues.apache.org/jira/browse/OPENMEETINGS-51

fix video pods to float into whiteboard area if hideWhiteboard is true

open

 

fix recorder to record on the correct stream, currently it will try the wrong one

open

 

only a single instance of a Openmeetings can be opened per computer as the LocalConnection doesn't care about the number of subscribers

open

 


Enhancements:

Task

Status

Jira Issue

do secure the LocalConnection, currently anybody that knows the name of the string can connect

open

 

enhance incoming audio/video with security model

open

 

enhance outgoing audio/video with security model

open

 

open individual videos in new browser window

open

 

grouping mechanism for videos

open

 

  • No labels