Hi,
I tried to un-wrap part of the code in order to stream audio directly to an
ip address/port without using sip.
While trying to use the owsl_socket function with the following call:
rtp_sock = owsl_socket(OWSL_AF_IPV4, OWSL_MODE_DATAGRAM,
OWSL_CIPHERING_DISABLED
I get a segmentation fault:
Program terminated with signal 11, Segmentation fault.
[New process 31127]
#0 0xb7f7972a in owsl_socket_by_type (type=OWSL_TYPE_UNKNOWN)
at /home/dgr2/qutecom-2.2/wifo/owsl/src/core/owsl.c:353
353 socket_info = owsl_socket_type_info_get (type)->socket (type) ;
(gdb)
Could anyone tell me what initializations I have to make before calling the
function?
Regards,
Dragos
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev