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)
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to