Re: currentusers always nil for getRoomWithCurrentUsersById

2010-05-27 Thread Sebastian Wagner
Okay see r3247
http://code.google.com/p/openmeetings/source/detail?r=3247

There is a new Function:
public RoomReturn getRoomWithClientObjectsById(String SID, long rooms_id)
[
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/roomservice/org/openmeetings/axis/services/RoomService.java#289
]

The return Object contains an array of active Users in the Room, look like
that:

-http://services.axis.openmeetings.org";>
-
-2010-03-24T12:14:56.000Z
-
-public Conference Room
-
-av
-0
-firstname
-false
-lastname
-03e841d1b1e7b3386c9c5b452e5c8b1b

-2




Attribute: *room_id*
=> the scope-name

Attribute: *isBroadCasting*
=> If that user has published Audio/Video

Attribute: *avsettings*
av = Audio + Video
v = Video
a = Audio
n = Nothing

Attribute: *broadcastId*
=> Stream-Name



Sebastian


2010/5/27 Andrey 

> Hello,
>
> It will be great because in days I need to put broadcasted openmeetings
> streams on web. Thank you very much!
>
>
> 27.05.2010 20:54, Sebastian Wagner пишет:
>
>> Hi Andrey,
>>
>> I can post a new method tomorrow and you can take one of the next
>> Nightly Builds
>>
>>
>> Sebastian
>>
>> 2010/5/27 Andrey mailto:waster2...@gmail.com>>
>>
>>
>>Thanks for the info. Can we wait this SVN commit soon? And
>>corresponding changes in deb package?
>>
>>
>>27.05.2010 19:11, Sebastian Wagner пишет:
>>
>>No I first have to commit a new Method of the SOAP-Gateway to
>>the SVN.
>>
>>Sebastian
>>
>>2010/5/27 Andrey > >
>>>>
>>
>>
>>Hello,
>>
>>So unfortunately it is not possilble to get current users of
>>room
>>via SOAP methods to publish their streams in JWPlayer, for
>>example?
>>
>>With regards, Andrey.
>>
>>27.05.2010 13:59, Sebastian Wagner пишет:
>>
>>Hi,
>>
>>I have partly reworked those functions.
>>The function getRoomWithCurrentUsersById does not work
>>as intend
>>at the
>>moment.
>>The Service Method needs to be refactored to be able to
>>include the
>>attributes of the Room-Client-Object in the SOAP-Return.
>>
>>Sebastian
>>
>>2010/5/27 Waster >
>>>
>>
>>
>>>
>>
>>
>>I confirm that. I get empty list of current users while
>>trying to use
>>getRoomWithCurrentUsersById via nusoap.php SOAP
>>client from
>>openmeetings SVN even 2 users are currently in room.
>>
>>I need to get broadcastid's for current users to
>> publish
>>their RTMP
>>streams on the web.
>>
>>Please advice.
>>
>>On Mar 4, 9:32 pm, Sebastian Wagner
>>mailto:seba.wag...@gmail.com>
>>>
>>
>>>
>>wrote:
>> > hi,
>> >
>> > not for the moment, I will have to validate that with a SOAP
>>client
>> > first before I can give you an answer.
>> > There seems to be no problem with the Code itself.
>> >
>> > Sebastian
>> >
>> > On Mar 2, 5:36 am, ike mailto:i...@ini.net>
>>>
>> >> >
>> > > Similar to this discussion.
>> >
>> >
>> >
>> http://groups.google.com/group/openmeetings-user/browse_thread/thread...
>> >
>> > > Regardless of whether users are in the room or not, a SOAP
>>call to
>> > > getRoomWithCurrentUsersById() is always returning
>>"currentusers" as
>> > > nil instead of returning a List.
>> >
>> > > SOAP RESPONSE:
>> > > >xmlns:xsi="http://www.w3.org/2001/XMLSchema-
>> > > instance" xsi:nil="true" />
>> >
>> > > The rest of the response seems to populate ok.
>> >
>> > > Any thoughts?
>> >
>> > > Ike
>>
>>
>>
>>
>>--
>>Sebastian Wagner
>>http://www.webbase-design.de
>>http://openmeetings.googlecode.com
>>http://www.laszlo-forum.de
>>seba.wag...@gmail.com 
>>

Re: How resolve to write: ç ñ.....

2010-05-27 Thread greenes
...mean...in OM chat...

On 27 mayo, 11:26, greenes  wrote:
> Hi,
>
> If go to Sebastian OM demo from linux, can write
> rightly any word like:
>
> ç or ñ.
>
> But with the same Firefox and linux in Lan on OM server home
> can not write rightly ç or ñ.
>
> If the reason it is the Linux flash player, then why it works rightly
> in Sebastian OM demo and in my Lan don't ?
>
> Thanks.
>
> greenes

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: rtmp stream name for webcam views?

2010-05-27 Thread Sebastian Wagner
Hi,

I have partly reworked those functions.
The function getRoomWithCurrentUsersById does not work as intend at the
moment.
The Service Method needs to be refactored to be able to include the
attributes of the Room-Client-Object in the SOAP-Return.

Sebastian

2010/5/27 Waster 

> I get empty list of current users while trying to use
> getRoomWithCurrentUsersById via nusoap.php SOAP client from
> openmeetings SVN even 2 users are currently in room.
>
> I need to get broadcastid's for current users to publish their RTMP
> streams on the web also.
>
> Please advice.
>
> On May 19, 10:08 am, madroller  wrote:
> > That helps ! Thanks Sebastin.
> >
> > On May 18, 6:16 pm, Sebastian Wagner  wrote:
> >
> >
> >
> > > Hi MadRoller,
> >
> > > unfortunatelly its not that easy.
> >
> > > You first have to connect to the correct scope:
> > > rtmp://myhost:1935/openmeetings/$ROOM_ID
> >
> > > and then you have to find out the correct $BROADCAST_ID for the
> stream-name.
> >
> > > To get that broadcast ID you can use one of the SOAP-Calls to get a
> > > list of RoomClients for each room. Each RoomClient has the attribute
> > > "broadcastId" set to a numeric value if the user has started a stream.
> > > To identify if its a audio-only, audio-video, video-only or
> > > screen-sharing stream you have the attribute:
> >
> > > /*
> > >  * avsettings can be:
> > >  * av - video and audio
> > >  * a - audio only
> > >  * v - video only
> > >  * n - no av only static Image
> > >  */
> > > private String avsettings = "";
> >
> > > and
> > > /*
> > >  * Indicates if this User is broadcasting his stream at all
> > >  * Only interesting in the Event Modus
> > >  */
> > > private Boolean isBroadcasting = false;
> > > and
> > > private Boolean isScreenClient = false;
> >
> > > if isScreenClient == TRUE then it is a Screen-Sharing Client and the
> > > Stream-Name is in the attribute *streamPublishName*
> >
> > > Sebastian
> >
> > > 2010/5/17 madroller 
> >
> > > > Hello,
> >
> > > >  Is it possible to get a list of stream(s) that are being published
> > > > from openmeetings/Red5 server? Especially the streams from webcams
> > > > only? I'm developing an openlazlo based player for a requirement and
> > > > trying to test it like:
> >
> > > >   > > > autoconnect="true"/>
> > > >  
> > > >  
> > > >  
> > > >   > > > autoplay="true" url="?"/>
> > > >  .
> >
> > > > and i dont know what should be the stream name to be specified in url
> > > > ="" ?
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups "OpenMeetings User" group.
> > > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > > > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
> >
> > > --
> > > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > > seba.wag...@gmail.com
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups "OpenMeetings User" group.
> > > To post to this group, send email to
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



How resolve to write: ç ñ.....

2010-05-27 Thread greenes
Hi,

If go to Sebastian OM demo from linux, can write
rightly any word like:

ç or ñ.

But with the same Firefox and linux in Lan on OM server home
can not write rightly ç or ñ.

If the reason it is the Linux flash player, then why it works rightly
in Sebastian OM demo and in my Lan don't ?

Thanks.

greenes

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: rtmp stream name for webcam views?

2010-05-27 Thread Waster
I get empty list of current users while trying to use
getRoomWithCurrentUsersById via nusoap.php SOAP client from
openmeetings SVN even 2 users are currently in room.

I need to get broadcastid's for current users to publish their RTMP
streams on the web also.

Please advice.

On May 19, 10:08 am, madroller  wrote:
> That helps ! Thanks Sebastin.
>
> On May 18, 6:16 pm, Sebastian Wagner  wrote:
>
>
>
> > Hi MadRoller,
>
> > unfortunatelly its not that easy.
>
> > You first have to connect to the correct scope:
> > rtmp://myhost:1935/openmeetings/$ROOM_ID
>
> > and then you have to find out the correct $BROADCAST_ID for the stream-name.
>
> > To get that broadcast ID you can use one of the SOAP-Calls to get a
> > list of RoomClients for each room. Each RoomClient has the attribute
> > "broadcastId" set to a numeric value if the user has started a stream.
> > To identify if its a audio-only, audio-video, video-only or
> > screen-sharing stream you have the attribute:
>
> >         /*
> >          * avsettings can be:
> >          * av - video and audio
> >          * a - audio only
> >          * v - video only
> >          * n - no av only static Image
> >          */
> >         private String avsettings = "";
>
> > and
> >         /*
> >          * Indicates if this User is broadcasting his stream at all
> >          * Only interesting in the Event Modus
> >          */
> >         private Boolean isBroadcasting = false;
> > and
> > private Boolean isScreenClient = false;
>
> > if isScreenClient == TRUE then it is a Screen-Sharing Client and the
> > Stream-Name is in the attribute *streamPublishName*
>
> > Sebastian
>
> > 2010/5/17 madroller 
>
> > > Hello,
>
> > >  Is it possible to get a list of stream(s) that are being published
> > > from openmeetings/Red5 server? Especially the streams from webcams
> > > only? I'm developing an openlazlo based player for a requirement and
> > > trying to test it like:
>
> > >   > > autoconnect="true"/>
> > >  
> > >  
> > >  
> > >   > > autoplay="true" url="?"/>
> > >  .
>
> > > and i dont know what should be the stream name to be specified in url
> > > ="" ?
>
> > > --
> > > You received this message because you are subscribed to the Google Groups 
> > > "OpenMeetings User" group.
> > > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > openmeetings-user+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > Sebastian 
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > openmeetings-user+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: change email invitation url path

2010-05-27 Thread Sebastian Wagner
Hi Steve,

it is hardly possible, you need this URL to point to the directory of
openmeetings.
Otherwise the HASH of the invitation cannot be read by the
openmeetings-application and the user redirected correctly.

So if http://our.site.com/openmeetings/?lzproxied=solo&lzr=swf8&lzt=s...

works then the URL should work if you just access openmeetings via
that EMAIL. Otherwise you will hardly have a chance.

Sebastian

On 27 Mai, 08:19, steveatmarz  wrote:
> We have embedded OM into our site and the email invitations go out
> with an "incorrect" url. I say "incorrect" becasue the url is actually
> correct, it's just that we need people to get to OM in the iFrame
> under the umbrella of our user and password protected site.
>
> The email invite looks like:
>
> http://our.OM.server:5080/openmeetings/?lzproxied=solo&lzr=swf8&lzt=s...
>
> but OM is underhttp://our.site.com/members/meetings
>
> Is there a way to get OM to send emails reflecting the our.site.com/
> members/meetings url /

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Send invitation problem

2010-05-27 Thread Sebastian Wagner
*com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
STARTTLS comma *

=> did you test with latest Nightly build that includes the option to
set the TLS value?

Sebastian

On 21 Mai, 07:02, sarit saini  wrote:
> Hi,
>
> I have installed Open meeting in window Xp. when i am trying to send
> the invitation to another member then there is some problems. plz help
> me to shortout this issues. I am waiting for your valuable
> response
>
> DEBUG 05-21 10:10:37.578 MailHandler.java 1614360 78
> org.openmeetings.utils.mail
> .MailHandler [NioProcessor-1] -   Subject: Invitation To OpenMeetings
> ERROR 05-21 10:10:45.781 MailHandler.java 1622563 128
> org.openmeetings.utils.mai
> l.MailHandler [NioProcessor-1] - [mail send]
> com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
> STARTTLS comma
> nd first. 23sm567471pzk.6
>
>         at
> com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1
> 388) [mail-1.4.jar:1.4]
>         at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:
> 959) [mai
> l-1.4.jar:1.4]
>         at
> com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583) [
> mail-1.4.jar:1.4]
>         at javax.mail.Transport.send0(Transport.java:169)
> [mail-1.4.jar:1.4]
>         at javax.mail.Transport.send(Transport.java:98) [mail-1.4.jar:
> 1.4]
>         at
> org.openmeetings.utils.mail.MailHandler.send(MailHandler.java:124) [o
> penmeetings.jar:na]
>         at
> org.openmeetings.utils.mail.MailHandler.sendMail(MailHandler.java:51)
>  [openmeetings.jar:na]
>         at
> org.openmeetings.app.data.conference.Invitationmanagement.sendInvitio
> nLink(Invitationmanagement.java:369) [openmeetings.jar:na]
>         at
> org.openmeetings.app.data.conference.Invitationmanagement.addInvitati
> onLink(Invitationmanagement.java:140) [openmeetings.jar:na]
>         at
> org.openmeetings.app.remote.InvitationService.sendInvitationHash(Invi
> tationService.java:84) [openmeetings.jar:na]
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [na:1.6.0
> _20]
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39) [na:1.6.0_20]
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25) [na:1.6.0_20]
>         at java.lang.reflect.Method.invoke(Method.java:597) [na:
> 1.6.0_20]
>         at
> org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:200
> ) [red5.jar:na]
>         at
> org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:118
> ) [red5.jar:na]
>         at
> org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:165)
>  [red5.jar:na]
>         at
> org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:418) [
> red5.jar:na]
>         at
> org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHand
> ler.java:138) [red5.jar:na]
>         at
> org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIo
> Handler.java:180) [red5.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $TailFilter.mess
> ageReceived(DefaultIoFilterChain.java:713) [mina-core-2.0.0-
> RC1.jar:na]
>         at
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
> Received(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> $1200(Def
> aultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $EntryImpl$1.mes
> sageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
> RC1.jar:na]
>         at
> org.red5.server.net.filter.TrafficShapingFilter.messageReceived(Traff
> icShapingFilter.java:204) [red5.jar:na]
>         at
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
> Received(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> $1200(Def
> aultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $EntryImpl$1.mes
> sageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
> RC1.jar:na]
>         at org.apache.mina.filter.codec.ProtocolCodecFilter
> $ProtocolDecoderOutpu
> tImpl.flush(ProtocolCodecFilter.java:375) [mina-core-2.0.0-RC1.jar:na]
>         at
> org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
> ocolCodecFilter.java:229) [mina-core-2.0.0-RC1.jar:na]
>         at
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
> Received(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> $1200(Def
> aultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
>         at org.apache.mina.core.filterchain.DefaultIoFilterChain
> $EntryImpl$1.mes
> sageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
> RC1.jar