Re: Where can I find the NetStream associated ScopeApplicationAdapter?

2010-10-04 Thread seba.wag...@gmail.com
ScopeApplicationAdapter.java is a Java Class.
The NetStream is represented by IStream in Red5 internally.

Sebastian

2010/10/4 jia <412596...@qq.com>

> Where can I find the NetStream associated ScopeApplicationAdapter?
> webservice.xml?or others?
>
> Thank you
> .
>
> --
> 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.wagner-sebastian.com
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.



Re: Howto Change Auto Redirection URL

2010-10-04 Thread seba.wag...@gmail.com
Hi Zhen,

you will need to have a look at how a standard Web-Application in Java is
build.

Sebastian

2010/10/4 Zhen 

> url direction change, but the page error.
> http://my_ip:5080/ext_apps
> the page say :
> HTTP Status 404 - /ext_apps
>
> type Status report
>
> message /ex_apps
>
> description The requested resource (/ext_apps) is not available.
>
> Apache Tomcat/6.0.24
>
> the folder ext_apps is folder red5 (build from source including some
> mini java apps) but it cannot load.
>
>
>
> On Oct 4, 7:34 pm, "seba.wag...@gmail.com" 
> wrote:
> > have a look at the index.jsp in webapps/ROOT
> >
> > Sebastian
> >
> > 2010/10/4 Zhen 
> >
> >
> >
> >
> >
> > > stupid question...
> >
> > > when browser openhttp://my_ip:5080/it will auto redirection to
> > >http://my_ip:5080/openmeetings
> >
> > > howto i can change when my browser openhttp://my_ip:5080/it will
> > > auto redirection tohttp://my_ip:5080/new_direction?
> >
> > > p/s : the "new_direction" is a openmeeting default folder with some
> > > mini java apps, what file must i configure ?
> >
> > > --
> > > 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 i...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.wagner-sebastian.com
> > 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.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
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.



Re: Howto Change Auto Redirection URL

2010-10-04 Thread Zhen
url direction change, but the page error.
http://my_ip:5080/ext_apps
the page say :
HTTP Status 404 - /ext_apps

type Status report

message /ex_apps

description The requested resource (/ext_apps) is not available.

Apache Tomcat/6.0.24

the folder ext_apps is folder red5 (build from source including some
mini java apps) but it cannot load.



On Oct 4, 7:34 pm, "seba.wag...@gmail.com" 
wrote:
> have a look at the index.jsp in webapps/ROOT
>
> Sebastian
>
> 2010/10/4 Zhen 
>
>
>
>
>
> > stupid question...
>
> > when browser openhttp://my_ip:5080/it will auto redirection to
> >http://my_ip:5080/openmeetings
>
> > howto i can change when my browser openhttp://my_ip:5080/it will
> > auto redirection tohttp://my_ip:5080/new_direction?
>
> > p/s : the "new_direction" is a openmeeting default folder with some
> > mini java apps, what file must i configure ?
>
> > --
> > 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 > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> 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.



Where can I find the NetStream associated ScopeApplicationAdapter?

2010-10-04 Thread jia
Where can I find the NetStream associated ScopeApplicationAdapter?
webservice.xml?or others?

Thank you
.

-- 
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: Where and How it was identified on the Server side?

2010-10-04 Thread seba.wag...@gmail.com
inside the overriden Methods of ScopeApplicationAdapter.java


Sebastian

2010/10/4 jia <412596...@qq.com>

> args="streamName,camReference,micReference">
> 
>this._ns.publish(streamName,"live");
>
>  this._ns.publish(streamName,"live");
> Where and  How it was identified on the Server side?
>
> Thank you
>
> --
> 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.wagner-sebastian.com
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.



Howto Change Auto Redirection URL

2010-10-04 Thread Zhen
stupid question...

when browser open http://my_ip:5080/ it will auto redirection to
http://my_ip:5080/openmeetings

howto i can change when my browser open http://my_ip:5080/ it will
auto redirection to http://my_ip:5080/new_direction ?

p/s : the "new_direction" is a openmeeting default folder with some
mini java apps, what file must i configure ?

-- 
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.



Where and How it was identified on the Server side?

2010-10-04 Thread jia


this._ns.publish(streamName,"live");

 this._ns.publish(streamName,"live");
Where and  How it was identified on the Server side?

Thank you

-- 
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: Howto Change Auto Redirection URL

2010-10-04 Thread seba.wag...@gmail.com
have a look at the index.jsp in webapps/ROOT

Sebastian

2010/10/4 Zhen 

> stupid question...
>
> when browser open http://my_ip:5080/ it will auto redirection to
> http://my_ip:5080/openmeetings
>
> howto i can change when my browser open http://my_ip:5080/ it will
> auto redirection to http://my_ip:5080/new_direction ?
>
> p/s : the "new_direction" is a openmeeting default folder with some
> mini java apps, what file must i configure ?
>
> --
> 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.wagner-sebastian.com
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.



Add on informations

2010-10-04 Thread Roberto Torresani
Hi all!
I'm testing the new release of OpenMeetings: 1.5 RC1.

In recent weeks I have seen some nice videos with new features: for example
brainstorming and mind mapping. I can not find how is possible use.

Another question. What is the exact difference between the types of rooms
(audience, conference, restricted, interview)? Some of them are obvious, but
there are others?
I saw that someone else has asked this question. After the answers will make
a wiki page with that information :-)

Thankyou
Roberto

-- 
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 can I get more information about VideoStream?

2010-10-04 Thread jia
How can I get more information about VideoStream?
I can't find the place where Red5 Service handles VideoStream.
And how VideoStream connects with Service ?

Thank you!

-- 
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: How can I get more information about VideoStream?

2010-10-04 Thread seba.wag...@gmail.com
Hi Jia,

what do you mean by *more information*

stream names or what exactly?


Sebastian

2010/10/4 jia <412596...@qq.com>

> How can I get more information about VideoStream?
> I can't find the place where Red5 Service handles VideoStream.
> And how VideoStream connects with Service ?
>
> --
> 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.wagner-sebastian.com
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 can I get more information about VideoStream?

2010-10-04 Thread jia
How can I get more information about VideoStream?
I can't find the place where Red5 Service handles VideoStream.
And how VideoStream connects with Service ?

-- 
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.