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
_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to