[OpenSIPS-Users] mediaproxy
Julien Chavanton
jc at atlastelecom.com
Mon Mar 22 20:40:04 CET 2010
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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100322/1ca8465d/attachment.htm
More information about the Users
mailing list