List Info

Thread: MediaMixer + Sailfin = mcuWeb




MediaMixer + Sailfin = mcuWeb
country flaguser name
Spain
2007-08-22 12:33:15
Hi everyone,
 
If anyone has been taking a look at the mediamixer trac log you'll have noticed
that there has been some new developments.
 
They are still in a very early stage but I would like to get some feedback if anyone
is interested in the stuff (I hope so).
 
The first development is the mcuWeb, which is a Sailfin (https://sailfin.dev.java.net/)
application whihc provides sip/web interface for the media mixer.
It provides web administration for the media mixer, allowing to create and delete
conferences, participant invitation via clik-to-call and conference management (mutex
and so own, still in development).
Also it handles SIP traffic, routing the incoming request and joining it to the conferences.
 
The integration with asterisk is *extremelly* simple, just create a sip peer in sip.conf:
 
[AS]
type=peer
context=default
host=192.168.1.4
port=5060
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=h263
allow=h263p
allow=h264
 
And add the extensions you want to redirect to the mcu in the extension.conf with:
 
exten => 300,1,Dial(SIP/AS,,)
 
Beautefully easy, isn't it?
 
The deployment in Sailfin is also as easy as copying the deployment file to the deployment directory.
I've compiled a first deployment file that'll post in the web as soon as I make some instruction to
install everything, but if anyone is willing to try it first just email me and I'll happilly send it to you ;)
 
The second project with a cryptic "Fist version of Flash playback support." commit message is a
very preliminary version of a flash player (yep, to play swf files to a videophone, with xml server support,
just imagine the posibilites for videoIVR) but I still have to implement the asterisk app proxy to
connect it to the media mixer, I'll hope to get it working in a few days.
 
BR
Sergio
 
 
 

 
Re: MediaMixer + Sailfin = mcuWeb
user name
2007-08-30 18:19:15
Cool!

I9;ll try it... You have any documentation?
I'll have to install the media mixer and the webmcu in different machines??

good work!

Tito Garrido

On 8/22/07, Sergio Garcia Murillo < sergio.garciafontventa.com">sergio.garciafontventa.com> wrote:
Hi everyone,
 
If anyone has been taking a look at the mediamixer trac log you'll have noticed
that there has been some new developments.
 
They are still in a very early stage but I would like to get some feedback if anyone
is interested in the stuff (I hope so).
 
The first development is the mcuWeb, which is a Sailfin (https://sailfin.dev.java.net/)
application whihc provides sip/web interface for the media mixer.
It provides web administration for the media mixer, allowing to create and delete
conferences, participant invitation via clik-to-call and conference management (mutex
and so own, still in development).
Also it handles SIP traffic, routing the incoming request and joining it to the conferences.
 
The integration with asterisk is *extremelly* simple, just create a sip peer in sip.conf:
 
[AS]
type=peer
context=default
host=192.168.1.4
port=5060
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=h263
allow=h263p
allow=h264
 
And add the extensions you want to redirect to the mcu in the extension.conf with:
 
exten => 300,1,Dial(SIP/AS,,)
 
Beautefully easy, isn't it?
 
The deployment in Sailfin is also as easy as copying the deployment file to the deployment directory.
I've compiled a first deployment file that'll post in the web as soon as I make some instruction to
install everything, but if anyone is willing to try it first just email me and I'll happilly send it to you ;)
 
The second project with a cryptic "Fist version of Flash playback support.&quot; commit message is a
very preliminary version of a flash player (yep, to play swf files to a videophone, with xml server support,
just imagine the posibilites for videoIVR) but I still have to implement the asterisk app proxy to
connect it to the media mixer, I'll hope to get it working in a few days.
 
BR
Sergio
 
 
 

 

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-video



--
Linux User #387870
&nbsp; &nbsp;   ; &nbsp; ____
 ; &nbsp; &nbsp; _/_õ|__|
&nbsp;  º[ .-.___.-._| . . . .
 &nbsp; &nbsp;_(o).__(o).:_____
Re: MediaMixer + Sailfin = mcuWeb
user name
2007-09-11 10:05:23

I can't compile the media mixer.... i'm receiving this error:

/usr/bin/ld: cannot find -lgnashbackend
collect2: ld returned 1 exit status
make[1]: ** [flashstreamer] Erro 1

any help?

thanks!

On 8/30/07, Tito Garrido < titogarridogmail.com">titogarridogmail.com> wrote:
Cool!

I'll try it... You have any documentation?
I'll have to install the media mixer and the webmcu in different machines??

good work!

Tito Garrido

On 8/22/07, Sergio Garcia Murillo < sergio.garciafontventa.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sergio.garciafontventa.com> wrote:
Hi everyone,
 
If anyone has been taking a look at the mediamixer trac log you'll have noticed
that there has been some new developments.
 
They are still in a very early stage but I would like to get some feedback if anyone
is interested in the stuff (I hope so).
 
The first development is the mcuWeb, which is a Sailfin (https://sailfin.dev.java.net/)
application whihc provides sip/web interface for the media mixer.
It provides web administration for the media mixer, allowing to create and delete
conferences, participant invitation via clik-to-call and conference management (mutex
and so own, still in development).
Also it handles SIP traffic, routing the incoming request and joining it to the conferences.
 
The integration with asterisk is *extremelly* simple, just create a sip peer in sip.conf:
 
[AS]
type=peer
context=default
host=192.168.1.4
port=5060
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=h263
allow=h263p
allow=h264
 
And add the extensions you want to redirect to the mcu in the extension.conf with:
 
exten => 300,1,Dial(SIP/AS,,)
 
Beautefully easy, isn't it?
 
The deployment in Sailfin is also as easy as copying the deployment file to the deployment directory.
I've compiled a first deployment file that'll post in the web as soon as I make some instruction to
install everything, but if anyone is willing to try it first just email me and I'll happilly send it to you ;)
 
The second project with a cryptic "Fist version of Flash playback support.&quot; commit message is a
very preliminary version of a flash player (yep, to play swf files to a videophone, with xml server support,
just imagine the posibilites for videoIVR) but I still have to implement the asterisk app proxy to
connect it to the media mixer, I'll hope to get it working in a few days.
 
BR
Sergio
 
 
 

 

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-video



--
Linux User #387870
&nbsp; &nbsp;   ; &nbsp; ____
 ; &nbsp; &nbsp; _/_õ|__|
&nbsp;  º[ .-.___.-._| . . . .
 &nbsp; &nbsp;_(o).__(o).:_____



--
Linux User #387870
&nbsp; &nbsp;   ; &nbsp; ____
 ; &nbsp; &nbsp; _/_õ|__|
&nbsp;  º[ .-.___.-._| . . . .
 &nbsp; &nbsp;_(o).__(o).:_____
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )