linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] oRTP examples do not transfer speex file after Ubun


From: Igor Chetverovod
Subject: Re: [Linphone-users] oRTP examples do not transfer speex file after Ubuntu automatic update.
Date: Wed, 9 Jul 2014 18:16:12 +0400

After uninstall, recompilation and installation of Linphone  the issue was solved.

Best regards,
Igor


2014-07-09 16:39 GMT+04:00 Igor Chetverovod <address@hidden>:
Hello All!
I have an issue with oRTP examples rtprecv.c, rtpsend.c (directory oRTP/src/test)
(Ubuntu 12.04.4 LTS and Linpone ). Examples were compiled:

  gcc -g -o rtpsend  `pkg-config --cflags ortp` rtpsend.c  `pkg-config --libs ortp`
  gcc -g -o rtprecv  `pkg-config --cflags ortp` rtprecv.c  `pkg-config --libs ortp`

 these examples were working - file transfer was done succesfully:

  ./rtprecv rx.spx 6070
  ./rtpsend 0004.spx 127.0.0.1 6070


After some automatic updates of Ubuntu,   
examples were compiled again and now they can't to transfer the file,

rtprecv after Ctrl-C returns status:

ortp-message-Global statistics
ortp-message------------------------------------------------------------
ortp-message-sent                                             0 packets
ortp-message-                                                 0 bytes 
ortp-message-received                                         0 packets
ortp-message-                                                 0 bytes 
ortp-message-incoming delivered to the app                    0 bytes 
ortp-message-cumulative lost                                  0 packets
ortp-message-received too late                                0 packets
ortp-message-bad formatted                                    0 packets
ortp-message-discarded (queue overflow)                       0 packets
ortp-message-duplicated                                       0 packets
ortp-message-===========================================================

rtpsend  after Ctrl-C returns status:

ortp-message-Sending RTCP SR compound message on session [0x94d63f8].
ortp-warning-Error receiving RTCP packet: Connection refused, err num  [111],error [-1]
ortp-message-Sending RTCP SR compound message on session [0x94d63f8].
ortp-warning-Error receiving RTCP packet: Connection refused, err num  [111],error [-1]
ortp-message-Sending RTCP SR compound message on session [0x94d63f8].
ortp-warning-Error receiving RTCP packet: Connection refused, err num  [111],error [-1]
^Cortp-message-===========================================================
ortp-message-Global statistics
ortp-message------------------------------------------------------------
ortp-message-sent                                         43503 packets
ortp-message-                                           7482516 bytes 
ortp-message-received                                         0 packets
ortp-message-                                                 0 bytes 
ortp-message-incoming delivered to the app                    0 bytes 
ortp-message-cumulative lost                                  0 packets
ortp-message-received too late                                0 packets
ortp-message-bad formatted                                    0 packets
ortp-message-discarded (queue overflow)                       0 packets
ortp-message-duplicated                                       0 packets
ortp-message-===========================================================


but console version of Linphone (linphonec) is working ok, it makes calls as usual.
Could you please clarify how to resolve this issue and make the examples working again.

Best regards,
Igor


reply via email to

[Prev in Thread] Current Thread [Next in Thread]