Giter Club home page Giter Club logo

openmeetings's People

Contributors

rchik avatar solomax avatar leshikus avatar ggrekhov avatar sebawagner avatar rovinsky avatar

openmeetings's Issues

public and private rooms

we need:

a configurable number of rooms for public 
a configurable number of rooms for each organisation

Original issue reported on code.google.com by [email protected] on 11 Apr 2007 at 1:02

red5 webapp devide users into logicla units instead of using the red5-scopes

using scopes is quite handy in a simple scenario but very difficult if you
have several connections between users. 

Its better to use a programmatic logic to devide users into units instead
of using scopes.

For exemple the scope has to be defined before the user connects to the
webapps.

Other problem is that you cannot change scope of a already connected user
sothat you cannot change a room with a running rtmp-connection. You would
break user session.

Original issue reported on code.google.com by [email protected] on 19 Mar 2007 at 10:20

normalize sound

Normalization of the sound into videoconferencing is more kind for the users.

A method, normalize(), exists into the sound object of flash player :
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=581&threadid=
1086327#4020440

The idea is to normalize the sound inside the player, more easy that with red5.

Original issue reported on code.google.com by [email protected] on 12 Apr 2007 at 12:43

resonance/echo problem

cause its an audio-microphone problem
useEchoSupression is already true but does not work from my point of view

Original issue reported on code.google.com by [email protected] on 11 Apr 2007 at 3:56

log activity in each room

log activity from each room (when somebody arrives, when quits...).

This permits to follow the activity on the openmeetings server.

Original issue reported on code.google.com by [email protected] on 5 Apr 2007 at 6:47

rewrite the language files to xml files

the current language file is here

http://openmeetings.googlecode.com/svn/branches/dev/xmlcrm/java/src/test/org/xml
crm/test/basic/StartUpLanguageFieldsConference.java

it needs to be rewritten to several langauge files

german
english
french


Original issue reported on code.google.com by [email protected] on 28 Mar 2007 at 5:52

add phone number(s) to profile

there are an unlinked tables in the database

phones
users_phone

these must be mapped into the users-Object
and 
added to the Functions as well as to the interface

Original issue reported on code.google.com by [email protected] on 13 Apr 2007 at 1:00

problem to convert odp file when a space character is in URL

When the path where is installed openmeetings has a space character, the
script red5/webapps/xmlcrm/ooservice/testoo.sh doesn't work.

red5 log :

########### invoke NEW Converting
command2: /home/gml/documents/entreprise
GMCL2/openmeetings/pre05/red5/webapps/xmlcrm//ooservice/testoo.sh java
file:///home/gml/documents/entreprise
GMCL2/openmeetings/pre05/red5/webapps/xmlcrm//uploadtemp/domain1_room1conf/oo_pr
esenting_ku.odp
file:///home/gml/documents/entreprise
GMCL2/openmeetings/pre05/red5/webapps/xmlcrm//upload/domain1_room1conf/oo_presen
ting_ku/
/home/gml/documents/entreprise
GMCL2/openmeetings/pre05/red5/webapps/xmlcrm//lps-latest/ooservice/
java.io.IOException: java.io.IOException: /home/gml/documents/entreprise:
not found
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
        at java.lang.ProcessImpl.start(ProcessImpl.java:65)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
        at java.lang.Runtime.exec(Runtime.java:591)
        at java.lang.Runtime.exec(Runtime.java:429)
        at java.lang.Runtime.exec(Runtime.java:326)
        at
org.xmlcrm.servlet.outputhandler.UploadHandler.doConvertExec(UploadHandler.java:
294)
        at
org.xmlcrm.servlet.outputhandler.UploadHandler.createPptToPng(UploadHandler.java
:272)
        at
org.xmlcrm.servlet.outputhandler.UploadHandler.service(UploadHandler.java:166)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:367)
        at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
        at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
        at
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollecti
on.java:146)
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
        at org.mortbay.jetty.Server.handle(Server.java:285)
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
        at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:765)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:627)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:203)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
        at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:329)
        at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
Upload destinationFolder /home/gml/documents/entreprise
GMCL2/openmeetings/pre05/red5/webapps/xmlcrm//upload/domain1_room1conf/oo_presen
ting_ku/

Original issue reported on code.google.com by [email protected] on 4 Apr 2007 at 2:59

remove hibernate.cfg.xml from jar

the configuration file should be placed somewhere else but not into the jar
file. It should be located into WEB-INF/hibernate.cfg.xml

Original issue reported on code.google.com by [email protected] on 4 Apr 2007 at 12:22

invitation system for users to join the group (request for new user in same group)

the user needs to be able to invite somebody to the Application. This new
user should get a link by mail.
If he accepts the invitation he will get a password by mail and
automatically added to the same organisational unit.

What is needed:
1) An invitation form for logedin users
2) A mail whith a link
3) A servlet the link in the mail is leading to
4) the Servlet should add the user to the group

Other

Original issue reported on code.google.com by [email protected] on 22 Mar 2007 at 7:25

tab with history

a tab with history of the meetings (who is present, when something as 
added on the whiteboard...)

This idea isn't priority.

Original issue reported on code.google.com by [email protected] on 21 Mar 2007 at 1:34

room Leaving not handled correctly

if a user leaves a room in the new app it is not handled correctly
cause he uses the same rtmp-connection if he relogin into another  room
there is no disconnect
so i will have to handle that in a logical way inside the app

should be solved before Issue-40

Original issue reported on code.google.com by [email protected] on 11 Apr 2007 at 3:53

repair upload folder structure

cause we have no *courses* any more the upload folders for each room are
not working the expected way.

They should be seperated from each organisation

Original issue reported on code.google.com by [email protected] on 30 Mar 2007 at 1:11

add a feedback button on the tool

Could you add a button on botton of the whiteboard :
"Give your opinion about this tool !"
a small window into tool would appear with a textbox to permit user to give
his opinion and send us an e-mail.

Original issue reported on code.google.com by [email protected] on 20 Mar 2007 at 3:09

Complete Roadmap

we will have to make an complete roadmap for hour project

I've started a wiki page.

Could you please add you thoughts / complete that page sothat we can
discuss that?

Original issue reported on code.google.com by [email protected] on 21 Mar 2007 at 8:45

drawing and conferencing in multiple Windows - Multiple Document Interface (MDI)

There should be functionality to open and edit multiple windows in one
conference session.
Current single editing Windows Modus must be changed to Multiple Document
Interface (MDI).
Toolbar should be dependent on active Window.

This will help us to use diffrent Document Editors with diffrent Toolbars,
when supporting more Doumenttyps like Word, Excel etc.

Original issue reported on code.google.com by [email protected] on 3 Apr 2007 at 2:36

add a combobox to choose the organisation after login

cause a user could possibly be member of various organisations we need a
combobox in the login where they can choose their organisation.

A organisation has nothing to do with UserGroups. Each organisation can
have various user-groups. 

A organisation unit is like a completely seperated client/company. They do
not share any information between organisation units.

Original issue reported on code.google.com by [email protected] on 29 Mar 2007 at 7:47

add user-roles to application

users must be altered through the application by administrator and users

There will be 3 roles at the beginning:

1. Users (can only alter their Profile)
2. Moderators (can manage Accounts in their Organisation)
3. Administrators (can manage all accounts and manage Organistations)


Original issue reported on code.google.com by [email protected] on 21 Mar 2007 at 1:21

Record the meeting

ideal implementation : when the meeting is finished (everybody has quit the
conference), the meeting is recorded into a .swf file with
videoconferencing and whiteboard.

Original issue reported on code.google.com by [email protected] on 20 Mar 2007 at 3:39

profile picture for each user

the user have to be able to upload a profile picture

this picture could be used:
- in user-overviews (for example to see a preview of connected users in a
room with a picture of each user)
- as a default picture if a user has no webcam in conferences

it is needed:
- an servlet that takes these pictures and stores it to file-system + adds
a link to database (the column in the users-table is already there
*picture_uri*  but empty yet)
- modifications to conference to take profile-picture as default picture
- modifications to chatroom-prviews to see user pictures

Original issue reported on code.google.com by [email protected] on 13 Apr 2007 at 8:41

make a dashboard after login

a user see's after he logs in into his profile a doshboard.

Beginning by the dashboard he can enter various rooms. Other users can meet
him in this room.

Only users which are in the same organisation can meet/see each other.

By default all new registered users will be into the default organisation unit.

The ID of the default organisational unit is stored into the configuration
values

After the login a user can choose the room he would like to enter.

But they need some kind of welcome screen with an overview of possibilites,
or news.

I think i will just add the rooms the can enter for teh beginning and a
quick link to their profile to alter.

Original issue reported on code.google.com by [email protected] on 29 Mar 2007 at 7:42

user friendly URLs

To share easily the videoconference room, the URL must be easy (without &,
=, ? characters).

When the user will click on the URL, he will arrive directly into
videoconferencing room.

Original issue reported on code.google.com by [email protected] on 10 Apr 2007 at 2:44

System for changing Moderation in Audience-Modues

there is no way to change the moderation in the one2many "Audience-Modus"

I will ahve to add some kind of possibility sothat:

-moderation can be change in audience-modus to another user
-the new user will be streamed with his video/audio instead of the old user

Original issue reported on code.google.com by [email protected] on 21 Mar 2007 at 8:33

conference-board for audience

the audience modues needs a audince-overview page like the
conference-overview page with all availible rooms wether they are public or
private

Original issue reported on code.google.com by [email protected] on 13 Apr 2007 at 10:43

forms for admins

administrators must be able to add users to all groups and to add new
organisations
(and to make new administration-roles)


Original issue reported on code.google.com by [email protected] on 21 Mar 2007 at 1:30

Pre Invitation steps - add mail handler

The system must be able to send some mails.

Therefore it needs to be possible to alter the smtp-server-adress and add a
mail-handler.

this must be solved before:
http://code.google.com/p/openmeetings/issues/detail?id=23
http://code.google.com/p/openmeetings/issues/detail?id=26
http://code.google.com/p/openmeetings/issues/detail?id=27

Original issue reported on code.google.com by [email protected] on 3 Apr 2007 at 1:48

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.