[OpenSIPS-Users] mediaproxy

Saúl Ibarra Corretgé saul at ag-projects.com
Tue Mar 23 09:02:03 CET 2010


Hi,

On 22/3/10 8:40 PM, Julien Chavanton wrote:
> Hi, I have some problem with installing / running mediaproxy on FC7
> I have also tried mediaproxy-2.4.2, but then I revert to the latest
> working version I have deployed
> /usr/bin/media-relay --no-fork
> Starting MediaProxy Relay 2.3.6
> Segmentation fault
> I would like to install in on Debian, but I need to make it work on FC7
> or CentOS5
> I can see the problem, is there a suggested way to debug ?
> -------------------------------------------------
> try:
> from mediaproxy.relay import MediaRelay
> if not options.fork:
> from application.debug.memory import *
> relay = MediaRelay()
> except Exception, e:
> log.fatal("failed to create %s: %s" % (fullname, e))
> if e.__class__ is not RuntimeError:
> log.err()
> sys.exit(1)
>

There seems to be a compatibility issue with latest python-application 
and/or python-gnutls. I'll fix that as soon as I can, but in the 
meanwhile you may use python-application 1.1.5 and python-gnutls 1.1.8 
which are known to work.

If you find any other issues please let me know.


Thanks for your report!


Regards,

-- 
Saúl Ibarra Corretgé
AG Projects



More information about the Users mailing list