Mi sistema IMS tiene 6 componentes:
- P-CSCF
- S-CSCF
- I-CSCF
- HSS
- Servidor de transmisión de medios
- UCT IPTV (UCT Advanced IPtv) como servidor
Cada componente se ejecuta en cada IP. Pero no puedo instalar el último componente UCT IPTV AS (UCT Advanced IPtv) como servidor. Lo encontré en sourceforge.net /projects/uctimsclient.berlios /files/. He intentado instalarlo muchas veces, pero parece un punto muerto.
Este UCT IPTV AS se construyó en Ubuntu 8.04 con libosip 2.2.3
, libexosip 2.2.3
, libosip-dev
. libexosip-dev
Ahora la versión de Ubuntu es 14.04, así que no puedo instalarla.
He estado haciendo este proyecto los últimos 8 meses. UCT IPTV AS es una nota clave para mi tesis final.
Cuando instalo desde el archivo uctiptv_advanced1.0.0.deb, aparece el siguiente mensaje: *
dpkg: dependency problems prevent configuration of uctiptvas:
uctiptvas depends on libosip2-2 (>= 3.0.3); however:
Package libosip2-2 is not installed.
uctiptvas depends on libexosip2-4 (>= 3.0.3); however:
Package libexosip2-4 is not installed.
dpkg: error processing package uctiptvas (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
uctiptvas
* Puedo encontrar [libosip2-2.2.2.tar.gz][1] ylibeXosip2-2.2.3.tar.gzpero no puedo instalar LibeXosip en Ubuntu 14.04. Es un error rápido:
checking ortp/ortp.h usability... no
checking ortp/ortp.h presence... no
checking for ortp/ortp.h... no
configure: error: oRTP library not installed. Please install or use --disable-josua
Continuamente, instalo oRTP pero parece ERROR nuevamente.
stun.c: In function 'stunSendTest':
stun.c:1895:9: error: variable 'discard' set but not used [-Werror=unused-but-set-variable]
bool discard=false;
^
stun.c: In function 'stunNatType':
stun.c:2070:17: error: variable 'testIchangedAddr' set but not used [-Werror=unused-but-set-variable]
StunAddress4 testIchangedAddr;
^
cc1: all warnings being treated as errors
make[3]: *** [stun.lo] Error 1
make[3]: Leaving directory `/home/iptv/Desktop/ortp-0.11.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/iptv/Desktop/ortp-0.11.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/iptv/Desktop/ortp-0.11.0'
make: *** [all] Error 2
Ahora no se que hacer.....ayúdenme por favor