[Asterisk-video] MCU Compilation issue
Sergio Garcia Murillo
sergio.garcia at fontventa.com
Wed Dec 22 09:32:44 UTC 2010
Here they are:
http://sourceforge.net/projects/mcumediaserver/files/mcumediaserver/rev%2058/Readme.txt/download
BR
Sergio
El 22/12/2010 9:57, amit anand escribió:
> And
>
>
> Also please provide the login credential for your vmware image
>
> On Wed, Dec 22, 2010 at 12:21 PM, amit anand
> <onewaytoconnect at gmail.com <mailto:onewaytoconnect at gmail.com>> wrote:
>
> hi sergio
>
> Thanks for your help
>
> Again I downloaded mcuweb.sar
>
> But the problem is same
>
> when i deploy the mcuweb.sar on sailfin server it seems to work fine
>
> I create one Adhoc template conf
>
> Media Mixers
> Name Url Status Actions
> Ubuntu Box http://127.0.0.1:8080/mcu Up and running... Remove
> mixer <http://192.168.1.50:8080/mcuWeb/index.jsp#>
>
> Profile List
> Name Parameters Actions
> Low Quality QCIF-128Kbs 10fps Remove profile
> <http://192.168.1.50:8080/mcuWeb/index.jsp#>
> High Quality CIF-2048Kbs 30fps Remove profile
> <http://192.168.1.50:8080/mcuWeb/index.jsp#>
> Medium Quality CIF-512Kbs 15fps Remove profile
> <http://192.168.1.50:8080/mcuWeb/index.jsp#>
>
> AdHoc Conference Templates
> DID pattern Name Profile Mixer Actions
> 5555 1 Low Quality Ubuntu Box Remove Template
> <http://192.168.1.50:8080/mcuWeb/index.jsp#>
>
> Conference List
> ID DID # Name Mixer Actions
>
>
> I am unable to create confrence list while adding conf list i get
>
>
> HTTP Status 500 -
>
> ------------------------------------------------------------------------
>
> *type* Exception report
>
> *message*
>
> *description*The server encountered an internal error () that
> prevented it from fulfilling this request.
>
> *exception*
>
> java.lang.NullPointerException
>
> *note* _The full stack traces of the exception and its root causes
> are available in the Sun GlassFish Communications Server 1.5 logs._
>
> ------------------------------------------------------------------------
>
>
> Sun GlassFish Communications Server 1.5
>
>
> When I dial CLI output
>
> [Dec 22 06:44:27] NOTICE[2546]: chan_mgcp.c:4132 reload_config:
> Unable to load config mgcp.conf, MGCP disabled
> -- Executing [1000 at conf:1] Dial("SIP/9013223047-08357630",
> "SIP/AS/5555") in new stack
> -- Called AS/5555
> -- SIP/AS-0836fef0 is ringing
> -- Got SIP response 500 "Server Internal Error" back from
> 127.0.0.1
> -- SIP/AS-0836fef0 is circuit-busy
> == Everyone is busy/congested at this time (1:0/1/0)
> == Auto fallthrough, channel 'SIP/9013223047-08357630' status is
> 'CONGESTION'
> -- Executing [1000 at conf:1] Dial("SIP/9013223047-08357630",
> "SIP/AS/5555") in new stack
> -- Called AS/5555
> -- SIP/AS-0836fef0 is ringing
> -- Got SIP response 500 "Server Internal Error" back from
> 127.0.0.1
> -- SIP/AS-0836fef0 is circuit-busy
> == Everyone is busy/congested at this time (1:0/1/0)
> == Auto fallthrough, channel 'SIP/9013223047-08357630' status is
> 'CONGESTION'
> -- Executing [1001 at conf:1] Dial("SIP/9013223047-08357630",
> "SIP/5555 at AS") in new stack
> -- Called 5555 at AS
> -- SIP/AS-0836fef0 is ringing
> -- Got SIP response 500 "Server Internal Error" back from
> 127.0.0.1
> -- SIP/AS-0836fef0 is circuit-busy
> == Everyone is busy/congested at this time (1:0/1/0)
> == Auto fallthrough, channel 'SIP/9013223047-08357630' status is
> 'CONGESTION'
> [Dec 22 06:44:57] NOTICE[2542]: chan_sip.c:15094
> handle_request_subscribe: Received SIP subscribe for peer without
> mailbox: 9891318796
>
>
>
> sip.conf
>
> [AS]
> type=friend
> host=127.0.0.1
> port=5070
> context=conf
> canreinvite=no
> videosupport=yes
> disallow=all
> allow=ulaw
> allow=alaw
> allow=h263
> allow=h263p
> allow=h264
>
>
> extension.conf
>
> exten => 1000,1, Dial(SIP/AS/5555)
> exten => 1001,1, Dial(SIP/5555 at AS)
>
> *Do I still need mcumediaserver compiled or Mcuweb.sar willbe enough
>
> As I can understand that it is enough but unable to undersatnd why
> i am getting 500 error while adding conference and dial into same
> *
>
>
> I am getting following error
>
>
> make[1]: Entering directory `/usr/src/mcumediaserver/media'
> mkdir -p /usr/src/mcumediaserver/media/build/debug
> mkdir -p /usr/src/mcumediaserver/bin//debug
> g++ -I/usr/src/mcumediaserver/media/include/
> -I/usr/src/mcumediaserver/xmlrpc/include
> -I/usr/src/mcumediaserver/xmlrpc/lib/abyss/src
> -I/usr/src/gnash-0.8.2 -I/usr/src/gnash-0.8.2/server
> -I/usr/src/gnash-0.8.2/libbase -I/usr/src/gnash-0.8.2/libgeometry
> -I/usr/src/gnash-0.8.2/server/parser
> -I/usr/src/gnash-0.8.2/server/vm -I/usr/src/gnash-0.8.2/backend
> -I/usr/src/gnash-0.8.2/libmedia -DFLASHSTREAMER -g -O0 -DLOG_
> -D_UNIX -D__STDC_CONSTANT_MACROS -c
> /usr/src/mcumediaserver/media/src/logo.cpp -o
> /usr/src/mcumediaserver/media/build/debug/logo.o
> /usr/src/mcumediaserver/media/src/logo.cpp: In member function
> ‘int Logo::Load(const char*)’:
> /usr/src/mcumediaserver/media/src/logo.cpp:105: error:
> ‘avcodec_decode_video2’ was not declared in this scope
> make[1]: *** [logo.o] Error 1
> make[1]: Leaving directory `/usr/src/mcumediaserver/media'
> make: *** [all] Error 2
>
>
> --
>
> Amit Anand
>
>
> +1 774 264-8024
>
> +91 9013223047
>
>
>
>
> --
>
> Amit Anand
>
>
> +1 774 264-8024
>
> +91 9013223047
>
>
> --
> _____________________________________________________________________
> -- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-video/attachments/20101222/43871e52/attachment.htm>
More information about the asterisk-video
mailing list